summaryrefslogtreecommitdiff
path: root/base/sjbig2.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/sjbig2.h')
-rw-r--r--base/sjbig2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/sjbig2.h b/base/sjbig2.h
index f94f4b0ec..50289ce94 100644
--- a/base/sjbig2.h
+++ b/base/sjbig2.h
@@ -28,6 +28,10 @@ typedef struct s_jbig2_callback_data_s
{
gs_memory_t *memory;
int error;
+ char *last_message;
+ Jbig2Severity severity;
+ const char *type;
+ long repeats;
} s_jbig2_callback_data_t;
/* See zfjbig2.c for details. */