diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-19 23:36:12 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-19 23:36:12 +0100 |
commit | 31042c5bce3e79eeba55c22e49c927c35a3c6396 (patch) | |
tree | 403dc953034e836ce89153c89a7748b7e8f39e8d /FICS | |
parent | a0a334faef0a576e0f8184f5cd7e9fff518e79c3 (diff) |
Deleted preprocessor if-else
Diffstat (limited to 'FICS')
-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 */ |