]> granicus.if.org Git - imagemagick/blobdiff - magick/mime.h
(no commit message)
[imagemagick] / magick / mime.h
index b366c2142600e08e14c3b882f60e03a13439db15..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
@@ -40,7 +40,7 @@ extern MagickExport MagickBooleanType
 
 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
   MimeComponentTerminus(void);