]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
update the download webpage.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 89dbb0f69f1ffa984f740fa8b7a0e3b5d24d035b..cbfb40835d67911fecf649c1cfb7558baa699a40 100644 (file)
--- a/error.h
+++ b/error.h
@@ -100,6 +100,7 @@ extern const char **para_errlist[];
        PARA_ERROR(READ_STDIN, "failed to read from stdin"), \
        PARA_ERROR(OPEN_COMP, "OpenAComponent() error"), \
        PARA_ERROR(UNIT_INIT, "AudioUnitInitialize() error"), \
+       PARA_ERROR(UNIT_START, "AudioUnitStart() error"), \
        PARA_ERROR(DEFAULT_COMP, "can not find default audio output component"), \
 
 
@@ -358,6 +359,7 @@ extern const char **para_errlist[];
        PARA_ERROR(BAD_USER, "you don't exist. Go away."), \
        PARA_ERROR(LOCK, "lock error"), \
        PARA_ERROR(SENDER_CMD, "command not supported by this sender"), \
+       PARA_ERROR(SERVER_CRASH, "para_server crashed -- can not live without it"), \
 
 
 #define PLAYLIST_SELECTOR_ERRORS \