From 4dc46b181017addbfe17b22fd94b1ed6f50ed7aa Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 24 Feb 2004 18:34:25 +0000 Subject: [PATCH] (fnlist): Move from misc.h to fnlist.h, where it belongs and has complete type. --- src/client/fnlist.h | 2 ++ src/client/misc.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/fnlist.h b/src/client/fnlist.h index bccff963..bef24590 100644 --- a/src/client/fnlist.h +++ b/src/client/fnlist.h @@ -41,4 +41,6 @@ struct fn { int value; }; +extern struct fn fnlist[]; + #endif /* _FNLIST_H_ */ diff --git a/src/client/misc.h b/src/client/misc.h index 29f39068..a54dbed7 100644 --- a/src/client/misc.h +++ b/src/client/misc.h @@ -55,7 +55,6 @@ typedef short coord; /* also change NSC_COORD in nsc.h */ struct ioqueue; -extern struct fn fnlist[]; extern s_char empirehost[]; extern s_char empireport[]; extern int interrupt;