commit | df1cc5f16a92ee96e21e72903853214185db96bd | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Mon Oct 19 16:02:33 2009 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Mon Oct 19 16:02:33 2009 +0000 |
tree | a3c1f2364360b3a2312ec18e01ea5cb0f49d2925 | |
parent | d0305b9e0b8fcac4812727af603f693ffea1e045 [diff] [blame] |
diff --git a/magick/coder.h b/magick/coder.h index 6f35e21..71cf008 100644 --- a/magick/coder.h +++ b/magick/coder.h
@@ -49,11 +49,11 @@ **GetCoderInfoList(const char *,unsigned long *,ExceptionInfo *); extern MagickExport MagickBooleanType - InstantiateCoderFacility(void), + InstantiateCoderComponent(void), ListCoderInfo(FILE *,ExceptionInfo *); MagickExport void - DestroyCoderFacility(void); + DestroyCoderComponent(void); #if defined(__cplusplus) || defined(c_plusplus) }