]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/mime.h
(no commit message)
[imagemagick] / MagickCore / mime.h
index f2247daf4e7bc69284333a3e65df0b261c226a34..9c33630b28969ef21926a2e5b4c1ce0659ab025c 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2013 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.
@@ -35,16 +35,12 @@ extern MagickExport const char
 
 extern MagickExport MagickBooleanType
   ListMimeInfo(FILE *,ExceptionInfo *),
-  LoadMimeLists(const char *,ExceptionInfo *),
-  MimeComponentGenesis(void);
+  LoadMimeLists(const char *,ExceptionInfo *);
 
 extern MagickExport const MimeInfo
   *GetMimeInfo(const char *,const unsigned char *,const size_t,ExceptionInfo *),
   **GetMimeInfoList(const char *,size_t *,ExceptionInfo *);
 
-extern MagickExport void
-  MimeComponentTerminus(void);
-
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif