]> granicus.if.org Git - imagemagick/blobdiff - magick/colormap.h
(no commit message)
[imagemagick] / magick / colormap.h
index 2d2bef37f642167050d71cea2cf6c5de6b5b536a..d81fa66b5877b6c275cbba9f3bd5839880e42254 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2010 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.
@@ -23,7 +23,8 @@ extern "C" {
 #endif
 
 extern MagickExport MagickBooleanType
-  CycleColormapImage(Image *,const long),
+  AcquireImageColormap(Image *,const size_t),
+  CycleColormapImage(Image *,const ssize_t),
   SortColormapByIntensity(Image *);
 
 #if defined(__cplusplus) || defined(c_plusplus)