mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
12 lines
186 B
Plaintext
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 */
|