]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/property.h
(no commit message)
[imagemagick] / MagickCore / property.h
index a725ecfbfc284462462f3918311151fb61940fdd..da4daccdb967d61da28dedad7239e942f6c02e3d 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.
@@ -24,20 +24,20 @@ extern "C" {
 
 extern MagickExport char
   *GetNextImageProperty(const Image *),
-  *InterpretImageProperties(const ImageInfo *,Image *,const char *,
+  *InterpretImageProperties(ImageInfo *,Image *,const char *,
     ExceptionInfo *),
   *RemoveImageProperty(Image *,const char *);
 
 extern MagickExport const char
   *GetImageProperty(const Image *,const char *,ExceptionInfo *),
-  *GetMagickProperty(const ImageInfo *,Image *,const char *,ExceptionInfo *);
+  *GetMagickProperty(ImageInfo *,Image *,const char *,ExceptionInfo *);
 
 extern MagickExport MagickBooleanType
   CloneImageProperties(Image *,const Image *),
   DefineImageProperty(Image *,const char *,ExceptionInfo *),
   DeleteImageProperty(Image *,const char *),
   FormatImageProperty(Image *,const char *,const char *,...)
-    magick_attribute((format (printf,3,4))),
+    magick_attribute((__format__ (__printf__,3,4))),
   SetImageProperty(Image *,const char *,const char *,ExceptionInfo *);
 
 extern MagickExport void