shithub: jbig2

Download patch

ref: f9e3d8813674fe45ec12a3b75f5ab9024747a41d
parent: 8c096907fe8dd6484d21c45b96ed035fee36b776
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Fri Jul 12 20:32:43 EDT 2002

make jbig2_decode_text_region() static


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

--- a/jbig2_text.c
+++ b/jbig2_text.c
@@ -8,7 +8,7 @@
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
 
-    $Id: jbig2_text.c,v 1.14 2002/07/09 09:38:37 giles Exp $
+    $Id: jbig2_text.c,v 1.15 2002/07/13 00:32:43 giles Exp $
 */
 
 #ifdef HAVE_CONFIG_H
@@ -85,7 +85,8 @@
  *
  * returns: 0 on success
  **/
-int jbig2_decode_text_region(Jbig2Ctx *ctx, Jbig2Segment *segment,
+static int
+jbig2_decode_text_region(Jbig2Ctx *ctx, Jbig2Segment *segment,
                              const Jbig2TextRegionParams *params,
                              const Jbig2SymbolDict **dicts, const int n_dicts,
                              Jbig2Image *image,