]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 9 Sep 2011 01:38:22 +0000 (01:38 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 9 Sep 2011 01:38:22 +0000 (01:38 +0000)
MagickCore/histogram.h

index 578902922b1a2edd03e22c84ec3ba11c9b6f3e6d..533f4b6e93bf3d7d65b6bfc7aa0664b5f24ae5c5 100644 (file)
@@ -31,7 +31,8 @@ extern MagickExport Image
 extern MagickExport MagickBooleanType
   IsHistogramImage(const Image *,ExceptionInfo *),
   IsPaletteImage(const Image *,ExceptionInfo *),
-  MinMaxStretchImage(Image *,const double,const double,ExceptionInfo *);
+  MinMaxStretchImage(Image *,const double,const double,const double,
+    ExceptionInfo *);
 
 extern MagickExport size_t
   GetNumberColors(const Image *,FILE *,ExceptionInfo *);