http_recv: set the eof flag on buffer overruns.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index c4d9e5faa18e025f94bcb7ea5d4ad44320fc1139..b08a31ec08f76a579b647c1dbd8566eebbd83ac5 100644 (file)
--- a/error.h
+++ b/error.h
@@ -196,6 +196,7 @@ extern const char **para_errlist[];
        PARA_ERROR(SIGNAL_READ, "read error from signal pipe"), \
        PARA_ERROR(WAITPID, "waitpid error"), \
        PARA_ERROR(SIGNAL_PIPE, "failed to setup signal pipe"), \
+       PARA_ERROR(SIGNAL_CAUGHT, "caught signal"), \
 
 
 #define STRING_ERRORS \
@@ -225,6 +226,7 @@ extern const char **para_errlist[];
        PARA_ERROR(AAC_READ, "aac read error"), \
        PARA_ERROR(STSZ, "did not find stcz atom"), \
        PARA_ERROR(MP4ASC, "audio spec config error"), \
+       PARA_ERROR(AAC_OVERRUN, "aac output buffer overrun"), \
 
 
 #define AAC_COMMON_ERRORS \