struct http_client: Use a _pointer_ to the chunk_queue.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index d82fe68efed6a99aef8700b9e634ec16871c72d2..ffb3eedf2033a6c49681116b7fefae4cd9324af5 100644 (file)
--- a/error.h
+++ b/error.h
@@ -275,6 +275,7 @@ extern const char **para_errlist[];
 
 #define VSS_ERRORS \
        PARA_ERROR(AUDIO_FORMAT, "audio format not recognized"), \
+       PARA_ERROR(CHUNK, "unable to get chunk"), \
 
 
 #define AFS_ERRORS \