summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h
index 2c16c74..a378aad 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -27,6 +27,8 @@ extern COMMAND_LIST top;
extern COMMAND_LIST shell;
extern COMMAND_LIST users;
+extern COMMAND_LIST server;
+
extern COMMAND_LIST *current;
extern void too_dangerous( char *caller );
@@ -39,7 +41,7 @@ extern int com_quit( char *arg );
extern int com_shell( char *arg );
extern int com_users( char *arg );
extern int com_top( char *arg );
-
+extern int com_server( char *arg );
#ifdef __cplusplus
}