commit | 41c3c77d6f4e3131bf2be0b35277c086b69ce492 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Mon Oct 19 02:17:37 2009 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Mon Oct 19 02:17:37 2009 +0000 |
tree | a4bbd3f458ff9d14692d755baebe70ef580b2c29 | |
parent | 45139328953275198a295b8d3bdf1e05977b4fc7 [diff] [blame] |
diff --git a/magick/coder.h b/magick/coder.h index aba1684..6f35e21 100644 --- a/magick/coder.h +++ b/magick/coder.h
@@ -49,10 +49,11 @@ **GetCoderInfoList(const char *,unsigned long *,ExceptionInfo *); extern MagickExport MagickBooleanType + InstantiateCoderFacility(void), ListCoderInfo(FILE *,ExceptionInfo *); MagickExport void - DestroyCoderList(void); + DestroyCoderFacility(void); #if defined(__cplusplus) || defined(c_plusplus) }