summaryrefslogtreecommitdiff
path: root/include/nspdf
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-01-20 18:46:41 +0000
committerVincent Sanders <vince@kyllikki.org>2018-01-20 18:46:41 +0000
commit9f0e9af2eeb08abcaa4991ae4e87440dcba2ada1 (patch)
tree6b05ac4bedd3cc13f773e2b2adf03f7522c997c1 /include/nspdf
parent7967f13f57f08d2b8f38b8c52567d847933b79d8 (diff)
downloadlibnspdf-9f0e9af2eeb08abcaa4991ae4e87440dcba2ada1.tar.gz
libnspdf-9f0e9af2eeb08abcaa4991ae4e87440dcba2ada1.tar.bz2
correctly parse content streams for pages contents
Diffstat (limited to 'include/nspdf')
-rw-r--r--include/nspdf/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nspdf/errors.h b/include/nspdf/errors.h
index f2142ff..6591dbb 100644
--- a/include/nspdf/errors.h
+++ b/include/nspdf/errors.h
@@ -24,6 +24,7 @@ typedef enum {
NSPDFERROR_TYPE, /**< wrong type error */
NSPDFERROR_NOTFOUND, /**< key not found */
NSPDFERROR_FORMAT, /**< objects do not cornform to expected format */
+ NSPDFERROR_INCOMPLETE, /**< operation was not completed */
} nspdferror;
#endif