]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/magic.h
(no commit message)
[imagemagick] / MagickCore / magic.h
index 8f2dd74cf9df01ee4e684f4c66a6d312f325ba3e..d12a26f92dc2106474187f29f90c16cbe4187844 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.
@@ -53,16 +53,12 @@ extern MagickExport const char
   *GetMagicName(const MagicInfo *);
 
 extern MagickExport MagickBooleanType
-  ListMagicInfo(FILE *,ExceptionInfo *),
-  MagicComponentGenesis(void);
+  ListMagicInfo(FILE *,ExceptionInfo *);
 
 extern MagickExport const MagicInfo
   *GetMagicInfo(const unsigned char *,const size_t,ExceptionInfo *),
   **GetMagicInfoList(const char *,size_t *,ExceptionInfo *);
 
-extern MagickExport void
-  MagicComponentTerminus(void);
-
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif