]> granicus.if.org Git - imagemagick/blobdiff - magick/mime.h
(no commit message)
[imagemagick] / magick / mime.h
index 1c6ae62ac00cddd6a52aa51e1a41fe289998860d..ee603506712677b88fb34bac48035dc3909569ab 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2009 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2010 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.
@@ -26,7 +26,7 @@ typedef struct _MimeInfo
   MimeInfo;
 
 extern MagickExport char
-  **GetMimeList(const char *,unsigned long *,ExceptionInfo *),
+  **GetMimeList(const char *,size_t *,ExceptionInfo *),
   *MagickToMime(const char *);
 
 extern MagickExport const char
@@ -34,16 +34,16 @@ extern MagickExport const char
   *GetMimeType(const MimeInfo *);
 
 extern MagickExport MagickBooleanType
-  InstantiateMimeFacility(void),
   ListMimeInfo(FILE *,ExceptionInfo *),
-  LoadMimeLists(const char *,ExceptionInfo *);
+  LoadMimeLists(const char *,ExceptionInfo *),
+  MimeComponentGenesis(void);
 
 extern MagickExport const MimeInfo
   *GetMimeInfo(const char *,const unsigned char *,const size_t,ExceptionInfo *),
-  **GetMimeInfoList(const char *,unsigned long *,ExceptionInfo *);
+  **GetMimeInfoList(const char *,size_t *,ExceptionInfo *);
 
 extern MagickExport void
-  DestroyMimeFacility(void);
+  MimeComponentTerminus(void);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }