aboutsummaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2006-08-07 20:06:46 +0000
committerEric Wong <normalperson@yhbt.net>2006-08-07 20:06:46 +0000
commit5f1e53e88745f9387d76404771992d2a6e2ea535 (patch)
tree5503b28a4349c80e2ecc96a74fb228305140b68d /src/command.h
parent831ee7c63ef8582734b5671b2170cf2750431d0c (diff)
command: static-fication since commandError is no longer a macro
git-svn-id: https://svn.musicpd.org/mpd/trunk@4593 09075e82-0dd4-0310-85a5-a0d7c8717e4f
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);