mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
14 lines
274 B
C
14 lines
274 B
C
--- src/game.h.orig 2014-03-21 08:38:58 UTC
|
|
+++ src/game.h
|
|
@@ -43,8 +43,8 @@
|
|
|
|
#define MAX_PNAME_LEN 32 /* this define max chars for the player names*/
|
|
|
|
-int NO_BEEP;
|
|
+extern int NO_BEEP;
|
|
|
|
-int NO_COLORS;
|
|
+extern int NO_COLORS;
|
|
|
|
-int addrfamily;
|
|
+extern int addrfamily;
|