]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 29 Sep 2011 01:19:42 +0000 (01:19 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 29 Sep 2011 01:19:42 +0000 (01:19 +0000)
MagickCore/threshold.c
MagickCore/threshold.h

index 4d4b2be4e1ed2288d2b39a852523ca019c53b655..36b147f1de7488ddb390ac0289a7de24fff6d3e9 100644 (file)
@@ -108,6 +108,12 @@ struct _ThresholdMap
     *levels;
 };
 \f
+/*
+  Forward declarations.
+*/
+static ThresholdMap
+  *GetThresholdMapFile(const char *,const char *,const char *,ExceptionInfo *);
+\f
 /*
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %                                                                             %
@@ -833,7 +839,7 @@ MagickExport ThresholdMap *GetThresholdMap(const char *map_id,
 %    o exception: return any errors or warnings in this structure.
 %
 */
-MagickExport ThresholdMap *GetThresholdMapFile(const char *xml,
+static ThresholdMap *GetThresholdMapFile(const char *xml,
   const char *filename,const char *map_id,ExceptionInfo *exception)
 {
   char
index 3794ccf6ec50a29137c55445bbd2730d112ee972..0fe13c36f15a3f58ae4aada15259e359c28c91a9 100644 (file)
@@ -31,8 +31,7 @@ extern MagickExport Image
 
 extern MagickExport ThresholdMap
   *DestroyThresholdMap(ThresholdMap *),
-  *GetThresholdMap(const char *,ExceptionInfo *),
-  *GetThresholdMapFile(const char *,const char *,const char *,ExceptionInfo *);
+  *GetThresholdMap(const char *,ExceptionInfo *);
 
 extern MagickExport MagickBooleanType
   BilevelImage(Image *,const double),