summaryrefslogtreecommitdiffstats
path: root/src/polyp/def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polyp/def.h')
-rw-r--r--src/polyp/def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/polyp/def.h b/src/polyp/def.h
index 517dd422..edada380 100644
--- a/src/polyp/def.h
+++ b/src/polyp/def.h
@@ -160,6 +160,7 @@ enum {
PA_ERR_BADSTATE, /**< Bad state */
PA_ERR_NODATA, /**< No data */
PA_ERR_VERSION, /**< Incompatible protocol version \since 0.8 */
+ PA_ERR_TOOLARGE, /**< Data too large \since 0.8.1 */
PA_ERR_MAX /**< Not really an error but the first invalid error code */
};