aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/command.h
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-19 23:35:38 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-19 23:35:38 +0100
commita0a334faef0a576e0f8184f5cd7e9fff518e79c3 (patch)
treeaa6d84b8cf155b90900188682a231b9f7eccc6db /FICS/command.h
parent73ae8021b8ca461d5d17aad6d31f695b124b05a3 (diff)
Changed comment layout
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);