(fnlist): Move from misc.h to fnlist.h, where it belongs and has

complete type.
This commit is contained in:
Markus Armbruster 2004-02-24 18:34:25 +00:00
parent aafc693026
commit 4dc46b1810
2 changed files with 2 additions and 1 deletions

View file

@ -41,4 +41,6 @@ struct fn {
int value; int value;
}; };
extern struct fn fnlist[];
#endif /* _FNLIST_H_ */ #endif /* _FNLIST_H_ */

View file

@ -55,7 +55,6 @@ typedef short coord; /* also change NSC_COORD in nsc.h */
struct ioqueue; struct ioqueue;
extern struct fn fnlist[];
extern s_char empirehost[]; extern s_char empirehost[];
extern s_char empireport[]; extern s_char empireport[];
extern int interrupt; extern int interrupt;