aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/command.h')
-rw-r--r--FICS/command.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/FICS/command.h b/FICS/command.h
index fe05997..2b499fa 100644
--- a/FICS/command.h
+++ b/FICS/command.h
@@ -113,7 +113,10 @@ typedef struct s_alias_type {
char *alias;
} alias_type;
-extern int commanding_player; /* The player whose command you're in */
+/*
+ * The player whose command you're in
+ */
+extern int commanding_player;
extern int process_input(int, char *);
extern int process_new_connection(int, unsigned int);