From: cristy Date: Fri, 28 May 2010 01:44:10 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9377 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0758f9ef868a5ae95f51c83fcdaec8e514f7b421;p=imagemagick --- diff --git a/magick/constitute.c b/magick/constitute.c index ad2b1ecd2..aa95e7969 100644 --- a/magick/constitute.c +++ b/magick/constitute.c @@ -146,9 +146,9 @@ MagickExport void ConstituteComponentTerminus(void) % % The format of the ConstituteImage method is: % -% Image *ConstituteImage(const size_t columns, -% const size_t rows,const char *map,const StorageType storage, -% const void *pixels,ExceptionInfo *exception) +% Image *ConstituteImage(const size_t columns,const size_t rows, +% const char *map,const StorageType storage,const void *pixels, +% ExceptionInfo *exception) % % A description of each parameter follows: % diff --git a/magick/version.h.in b/magick/version.h.in index 410de4876..bc15bba82 100644 --- a/magick/version.h.in +++ b/magick/version.h.in @@ -81,10 +81,10 @@ extern MagickExport const char *GetMagickCopyright(void), *GetMagickFeatures(void), *GetMagickPackageName(void), - *GetMagickQuantumDepth(unsigned long *), - *GetMagickQuantumRange(unsigned long *), + *GetMagickQuantumDepth(size_t *), + *GetMagickQuantumRange(size_t *), *GetMagickReleaseDate(void), - *GetMagickVersion(unsigned long *); + *GetMagickVersion(size_t *); #if defined(__cplusplus) || defined(c_plusplus) }