]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/colormap.h
(no commit message)
[imagemagick] / MagickCore / colormap.h
index d81fa66b5877b6c275cbba9f3bd5839880e42254..6f990f1e82500db8705849e6862f4fb5fdfe849a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2014 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,9 +23,9 @@ extern "C" {
 #endif
 
 extern MagickExport MagickBooleanType
-  AcquireImageColormap(Image *,const size_t),
-  CycleColormapImage(Image *,const ssize_t),
-  SortColormapByIntensity(Image *);
+  AcquireImageColormap(Image *,const size_t,ExceptionInfo *),
+  CycleColormapImage(Image *,const ssize_t,ExceptionInfo *),
+  SortColormapByIntensity(Image *,ExceptionInfo *);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }