Files
ports/mail/mboxgrep/patches/patch-src_mboxgrep_h
T
2022-03-11 19:34:31 +00:00

12 lines
186 B
Plaintext

Index: src/mboxgrep.h
--- src/mboxgrep.h.orig
+++ src/mboxgrep.h
@@ -129,6 +129,6 @@ typedef struct
}
option_t;
-option_t config;
+extern option_t config;
#endif /* MBOXGREP_H */