From: cristy Date: Fri, 9 Sep 2011 01:38:22 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~7039 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd199e3e92db356bebd36fa0bcd420847f7fa3b4;p=imagemagick --- diff --git a/MagickCore/histogram.h b/MagickCore/histogram.h index 578902922..533f4b6e9 100644 --- a/MagickCore/histogram.h +++ b/MagickCore/histogram.h @@ -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 *);