]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/coder.h
(no commit message)
[imagemagick] / MagickCore / coder.h
index 2d993bc117a086842af841eb4ae59af47d63fb05..2b1660b833799db31e0f0a9848c7e1c5be24c4f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
   
   You may not use this file except in compliance with the License.
@@ -45,12 +45,8 @@ extern MagickExport const CoderInfo
   **GetCoderInfoList(const char *,size_t *,ExceptionInfo *);
 
 extern MagickExport MagickBooleanType
-  CoderComponentGenesis(void),
   ListCoderInfo(FILE *,ExceptionInfo *);
 
-MagickExport void
-  CoderComponentTerminus(void);
-
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif