summaryrefslogtreecommitdiff
path: root/jbig2dec/jbig2_halftone.h
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2018-05-23 00:04:55 +0800
committerSebastian Rasmussen <sebras@gmail.com>2018-07-13 16:54:30 +0800
commitb9f15473bdd8f48b9336b67d15dc08a6f78f750b (patch)
tree360e1966071b99832287319f029530474509da07 /jbig2dec/jbig2_halftone.h
parentc6d6efdc340e0cac31cda1bbb654bcbfcda92b47 (diff)
downloadghostpdl-b9f15473bdd8f48b9336b67d15dc08a6f78f750b.tar.gz
jbig2dec: Move declarations from jbig2_priv.h to their respective headers.
Due to this some .c-files now need new includes.
Diffstat (limited to 'jbig2dec/jbig2_halftone.h')
-rw-r--r--jbig2dec/jbig2_halftone.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/jbig2dec/jbig2_halftone.h b/jbig2dec/jbig2_halftone.h
index 402d4b9ee..1714d4edd 100644
--- a/jbig2dec/jbig2_halftone.h
+++ b/jbig2dec/jbig2_halftone.h
@@ -66,4 +66,7 @@ int
jbig2_decode_halftone_region(Jbig2Ctx *ctx, Jbig2Segment *segment,
Jbig2HalftoneRegionParams *params, const byte *data, const size_t size, Jbig2Image *image, Jbig2ArithCx *GB_stats);
+int jbig2_halftone_region(Jbig2Ctx *ctx, Jbig2Segment *segment, const byte *segment_data);
+int jbig2_pattern_dictionary(Jbig2Ctx *ctx, Jbig2Segment *segment, const byte *segment_data);
+
#endif /* _JBIG2_HALFTONE_H */