ports/mail/mboxgrep/patches/patch-src_mboxgrep_h

12 lines
186 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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 */