diff options
-rw-r--r-- | FICS/command.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/FICS/command.h b/FICS/command.h index 2b499fa..a7b8b0e 100644 --- a/FICS/command.h +++ b/FICS/command.h @@ -129,15 +129,7 @@ extern void commands_init(void); extern void TerminateCleanup(void); extern int process_command(int, char *, char **); - extern int alias_lookup(); extern int gethostname(); -#if defined(SGI) || defined(NETBSD) -#else -extern int wait3(); -/* extern char tolower(); */ -/* extern int sscanf(); */ -#endif - #endif /* _COMMAND_H */ |