aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/ficsmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/ficsmain.c')
-rw-r--r--FICS/ficsmain.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/FICS/ficsmain.c b/FICS/ficsmain.c
index fceee55..c42a364 100644
--- a/FICS/ficsmain.c
+++ b/FICS/ficsmain.c
@@ -47,10 +47,6 @@
PUBLIC int port;
PUBLIC int withConsole;
-/* grimm */
-void player_array_init(void);
-/* for warning */
-
PRIVATE void
usage(char *progname)
{
@@ -128,6 +124,8 @@ BrokenPipe(int sig)
PUBLIC int
main(int argc, char *argv[])
{
+ extern void player_array_init(void); /* XXX */
+
#ifdef DEBUG
#ifdef HAVE_MALLOC_DEBUG
malloc_debug(16);