aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/command.h
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-19 23:36:12 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-19 23:36:12 +0100
commit31042c5bce3e79eeba55c22e49c927c35a3c6396 (patch)
tree403dc953034e836ce89153c89a7748b7e8f39e8d /FICS/command.h
parenta0a334faef0a576e0f8184f5cd7e9fff518e79c3 (diff)
Deleted preprocessor if-else
Diffstat (limited to 'FICS/command.h')
-rw-r--r--FICS/command.h8
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 */