From: cristy Date: Wed, 30 Jun 2010 15:00:28 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a0e4433374a56ae83e6609cf383f1f4fddd1c8a;p=imagemagick --- diff --git a/magick/module.h b/magick/module.h index f3c75063d..4306991a9 100644 --- a/magick/module.h +++ b/magick/module.h @@ -67,7 +67,7 @@ typedef ModuleExport size_t ImageFilterHandler(Image **,const int,const char **,ExceptionInfo *); extern MagickExport char - **GetModuleList(const char *,size_t *,ExceptionInfo *); + **GetModuleList(const char *,const MagickModuleType,size_t *,ExceptionInfo *); extern MagickExport const ModuleInfo **GetModuleInfoList(const char *,size_t *,ExceptionInfo *);