mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
11 lines
259 B
C
11 lines
259 B
C
--- src/parse_config.h.orig 2021-07-01 13:25:26 UTC
|
|
+++ src/parse_config.h
|
|
@@ -85,7 +85,7 @@ typedef struct colours
|
|
colours;
|
|
#endif /* HAVE_CURSES_COLOR */
|
|
|
|
-int use_manual;
|
|
+extern int use_manual;
|
|
|
|
int parse_config (void);
|
|
int parse_line (char *line);
|