summaryrefslogtreecommitdiff
path: root/src/nspdferror.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nspdferror.h')
-rw-r--r--src/nspdferror.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nspdferror.h b/src/nspdferror.h
index c6042eb..3e26813 100644
--- a/src/nspdferror.h
+++ b/src/nspdferror.h
@@ -6,4 +6,5 @@ typedef enum {
NSPDFERROR_RANGE, /**< value outside type range */
NSPDFERROR_TYPE, /**< wrong type error */
NSPDFERROR_NOTFOUND, /**< key not found */
+ NSPDFERROR_FORMAT, /**< objects do not cornform to expected format */
} nspdferror;