]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/profile.h
(no commit message)
[imagemagick] / MagickCore / profile.h
index 585843b510ea799f7d349090b3455b0a6f5ea9b4..982f3907ab4e8a9a77d9ab5aa46a2763069f0799 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2012 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.
@@ -46,7 +46,7 @@ extern MagickExport MagickBooleanType
   CloneImageProfiles(Image *,const Image *),
   DeleteImageProfile(Image *,const char *),
   ProfileImage(Image *,const char *,const void *,const size_t,ExceptionInfo *),
-  SetImageProfile(Image *,const char *,const StringInfo *);
+  SetImageProfile(Image *,const char *,const StringInfo *,ExceptionInfo *);
 
 extern MagickExport StringInfo
   *RemoveImageProfile(Image *,const char *);