summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h
index c9d975d..76058c1 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -30,6 +30,7 @@ extern COMMAND_LIST users;
extern COMMAND_LIST *current;
+extern int com_id( char *arg );
extern int com_ls( char *arg );
extern int com_more( char *arg );
extern int com_vi( char *arg );