mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
11 lines
312 B
C
11 lines
312 B
C
--- include/hex.h.orig 2015-11-18 04:33:09 UTC
|
|
+++ include/hex.h
|
|
@@ -126,7 +126,7 @@ extern bool color_enabled;
|
|
#define max(a,b) ((a) >(b) ? (a) : (b))
|
|
#endif
|
|
|
|
-FILE *fpIN; /* global file ptr */
|
|
+extern FILE *fpIN; /* global file ptr */
|
|
|
|
/* function prototypes */
|
|
|