summaryrefslogtreecommitdiff
path: root/base/sjbig2.h
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2019-02-09 13:34:17 +0100
committerSebastian Rasmussen <sebras@gmail.com>2019-02-12 19:06:46 +0100
commit660eaabf87a143b5217dc875550968883d8e4fc0 (patch)
treeb18ef3b21216911b96b89f5c39b3796386583862 /base/sjbig2.h
parent0d942b34ae4a5385f5cd3cfa9b2c708f56c65860 (diff)
downloadghostpdl-660eaabf87a143b5217dc875550968883d8e4fc0.tar.gz
Bug 700554: jbig2: Use custom allocator for jbig2dec/luratech decoders.
Diffstat (limited to 'base/sjbig2.h')
-rw-r--r--base/sjbig2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/sjbig2.h b/base/sjbig2.h
index 6819a0221..4c046bdbd 100644
--- a/base/sjbig2.h
+++ b/base/sjbig2.h
@@ -62,7 +62,7 @@ extern const stream_template s_jbig2decode_template;
/* call ins to process the JBIG2Globals parameter */
int
-s_jbig2decode_make_global_data(byte *data, uint length, void **result);
+s_jbig2decode_make_global_data(gs_memory_t *mem, byte *data, uint length, void **result);
int
s_jbig2decode_set_global_data(stream_state *ss, s_jbig2_global_data_t *gd);
void