[jbig2-cvs] rev 291 - trunk

giles at ghostscript.com giles at ghostscript.com
Thu Dec 4 09:08:27 PST 2003


Author: giles
Date: 2003-12-01 09:44:19 -0800 (Mon, 01 Dec 2003)
New Revision: 291

Modified:
   trunk/jbig2_priv.h
Log:
Add a prototype for the extension segment parser.


Modified: trunk/jbig2_priv.h
===================================================================
--- trunk/jbig2_priv.h	2003-11-11 13:49:50 UTC (rev 290)
+++ trunk/jbig2_priv.h	2003-12-01 17:44:19 UTC (rev 291)
@@ -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,



More information about the jbig2-cvs mailing list