]> granicus.if.org Git - imagemagick/blobdiff - magick/coder.h
(no commit message)
[imagemagick] / magick / coder.h
index 6f35e215185b98316a3dfdb181b7f90e93a74dd1..b608d14195dfe7d2613a234d576aaa13d07a6462 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2009 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2011 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.
@@ -37,23 +37,23 @@ typedef struct _CoderInfo
     *previous,
     *next;  /* deprecated, use GetCoderInfoList() */
 
-  unsigned long
+  size_t
     signature;
 } CoderInfo;
 
 extern MagickExport char
-  **GetCoderList(const char *,unsigned long *,ExceptionInfo *);
+  **GetCoderList(const char *,size_t *,ExceptionInfo *);
 
 extern MagickExport const CoderInfo
   *GetCoderInfo(const char *,ExceptionInfo *),
-  **GetCoderInfoList(const char *,unsigned long *,ExceptionInfo *);
+  **GetCoderInfoList(const char *,size_t *,ExceptionInfo *);
 
 extern MagickExport MagickBooleanType
-  InstantiateCoderFacility(void),
+  CoderComponentGenesis(void),
   ListCoderInfo(FILE *,ExceptionInfo *);
 
 MagickExport void
-  DestroyCoderFacility(void);
+  CoderComponentTerminus(void);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }