*levels;
};
\f
+/*
+ Forward declarations.
+*/
+static ThresholdMap
+ *GetThresholdMapFile(const char *,const char *,const char *,ExceptionInfo *);
+\f
/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% 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
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),