aboutsummaryrefslogtreecommitdiff
path: root/src/ack.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-06-08 22:43:25 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-06-08 22:43:25 +0000
commitd0968e0140878de812af143b2690a476c69f2364 (patch)
treefeb5e3a1073b5961a18f6eb66632e214b0086f92 /src/ack.h
parentadc11cb8aaae08debe5939596f8430a511dbcd34 (diff)
fix ack error when attempt to save a playlist that already exists
git-svn-id: https://svn.musicpd.org/mpd/trunk@1402 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/ack.h')
-rw-r--r--src/ack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ack.h b/src/ack.h
index 839452e9..b1ae0d6d 100644
--- a/src/ack.h
+++ b/src/ack.h
@@ -12,5 +12,6 @@
#define ACK_ERROR_PLAYLIST_LOAD 9
#define ACK_ERROR_UPDATE_ALREADY 10
#define ACK_ERROR_PLAYER_SYNC 11
+#define ACK_ERROR_EXIST 12
#endif