aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.h
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-06-05 12:56:56 +0000
committerKalle Wallin <kaw@linux.se>2004-06-05 12:56:56 +0000
commit225e70a38b68cba219aeb7cb239f426ca739ed7d (patch)
tree884f76dcd05909c0ce7217d7b7d3155df413348a /src/command.h
parentf55a67b3f882641abe5a9b14b045d7ce71964af7 (diff)
downloadmpd-225e70a38b68cba219aeb7cb239f426ca739ed7d.tar.gz
mpd-225e70a38b68cba219aeb7cb239f426ca739ed7d.tar.xz
mpd-225e70a38b68cba219aeb7cb239f426ca739ed7d.zip
Addded support for the mpd update command (CMD_DB_UPDATE)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1343 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 1ce67e894..f880998dc 100644
--- a/src/command.h
+++ b/src/command.h
@@ -20,6 +20,7 @@ typedef enum
CMD_DELETE,
CMD_REPEAT,
CMD_CROSSFADE,
+ CMD_DB_UPDATE,
CMD_VOLUME_UP,
CMD_VOLUME_DOWN,
CMD_SAVE_PLAYLIST,