aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/playerdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/playerdb.h')
-rw-r--r--FICS/playerdb.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/FICS/playerdb.h b/FICS/playerdb.h
index 34ed5fb..f3924c7 100644
--- a/FICS/playerdb.h
+++ b/FICS/playerdb.h
@@ -193,8 +193,9 @@ typedef struct _textlist {
} textlist;
#define PARRAY_SIZE (MAX_PLAYER + 50)
-extern player parray[PARRAY_SIZE];
-extern int p_num;
+
+extern player parray[PARRAY_SIZE];
+extern int p_num;
extern void player_init(int);