aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/command.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/FICS/command.h b/FICS/command.h
index a7b8b0e..f658eda 100644
--- a/FICS/command.h
+++ b/FICS/command.h
@@ -118,18 +118,14 @@ typedef struct s_alias_type {
*/
extern int commanding_player;
-extern int process_input(int, char *);
-extern int process_new_connection(int, unsigned int);
+extern int alias_lookup();
+extern int gethostname();
+extern int process_command(int, char *, char **);
extern int process_disconnection(int);
-/* extern int process_incomplete(int, char *); */
extern int process_heartbeat(int *);
-
-extern void commands_init(void);
-
+extern int process_input(int, char *);
+extern int process_new_connection(int, unsigned int);
extern void TerminateCleanup(void);
-extern int process_command(int, char *, char **);
-
-extern int alias_lookup();
-extern int gethostname();
+extern void commands_init(void);
#endif /* _COMMAND_H */