aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.h
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-06-18 14:20:19 +0000
committerKalle Wallin <kaw@linux.se>2004-06-18 14:20:19 +0000
commitddf5964927e5fac05139e9345714f39e4cd686b6 (patch)
tree5a5508d35d60844212095f12d2ee273bcfc0250b /src/command.h
parent49d3277a7345108f10322712852f3f1f1df92eb6 (diff)
downloadmpd-ddf5964927e5fac05139e9345714f39e4cd686b6.tar.gz
mpd-ddf5964927e5fac05139e9345714f39e4cd686b6.tar.xz
mpd-ddf5964927e5fac05139e9345714f39e4cd686b6.zip
Added a add command (for adding files or urls to the playlist)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1554 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 9fd6ab37b..e96940a1a 100644
--- a/src/command.h
+++ b/src/command.h
@@ -23,6 +23,7 @@ typedef enum
CMD_DB_UPDATE,
CMD_VOLUME_UP,
CMD_VOLUME_DOWN,
+ CMD_ADD,
CMD_SAVE_PLAYLIST,
CMD_TOGGLE_FIND_WRAP,
CMD_TOGGLE_AUTOCENTER,