From 9f0e9af2eeb08abcaa4991ae4e87440dcba2ada1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 20 Jan 2018 18:46:41 +0000 Subject: correctly parse content streams for pages contents --- include/nspdf/errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/nspdf/errors.h') 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 -- cgit v1.2.3