mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
- liberally sprinkle extern all over the place - define LICENSE - take over maintainership of this unmaintained port - ship examples and html files - define DOCS and EXAMPLES options - pacify portlint and portclippy - add a pkg-message as the author intended - remove dead MASTER_SITES entry PR: 259586 Approved by: flo (mentor) Differential Revision: https://reviews.freebsd.org/D38516
11 lines
308 B
C
11 lines
308 B
C
--- mls_mime.h.orig 2021-11-01 09:11:54 UTC
|
|
+++ mls_mime.h
|
|
@@ -21,7 +21,7 @@
|
|
#ifndef _MLS_MIME_H
|
|
#define _MLS_MIME_H 1
|
|
|
|
-regex_t r_qp, r_base64, r_hex;
|
|
+extern regex_t r_qp, r_base64, r_hex;
|
|
|
|
/* ********************************************* FUNCTION DECLARATIONS *** */
|
|
int base64_table(char *lookup);
|