aboutsummaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/command.h b/src/command.h
index fdb1e086..6cdc4ed4 100644
--- a/src/command.h
+++ b/src/command.h
@@ -34,9 +34,6 @@
#define COMMAND_RETURN_CLOSE 20
#define COMMAND_MASTER_READY 30
-extern char *current_command;
-extern int command_listNum;
-
int processListOfCommands(int fd, int *permission, int *expired,
int listOK, struct strnode *list);