shithub: jbig2

Download patch

ref: 7adeea559e68d424dd78ce440536ac2d78fc2a8c
parent: 018ec13e4a810da97e57725731d80ca3bff4b5af
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Mon Dec 1 12:44:19 EST 2003

Add a prototype for the extension segment parser.


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@291 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/jbig2_priv.h
+++ b/jbig2_priv.h
@@ -13,7 +13,7 @@
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
         
-    $Id: jbig2_priv.h,v 1.16 2002/08/05 22:47:53 giles Exp $
+    $Id$
     
     shared library internals
 */
@@ -121,6 +121,7 @@
 
 int jbig2_parse_page_info (Jbig2Ctx *ctx, Jbig2Segment *segment, const byte *segment_data);
 int jbig2_parse_end_of_page(Jbig2Ctx *ctx, Jbig2Segment *segment, const byte *segment_data);
+int jbig2_parse_extension_segment(Jbig2Ctx *ctx, Jbig2Segment *segment, const byte *segment_data);
 
 typedef enum {
     JBIG2_COMPOSE_OR = 0,