]> granicus.if.org Git - imagemagick/blobdiff - magick/colormap.h
(no commit message)
[imagemagick] / magick / colormap.h
index 794d267d7d79bbf02d3de912815075069473f557..19912eabd6040afa835e53c939c1ea72250874f1 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.
@@ -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)