]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/property.h
...
[imagemagick] / MagickCore / property.h
index da4daccdb967d61da28dedad7239e942f6c02e3d..d7cc006510477772c503e46084ea9a47f850d00a 100644 (file)
@@ -1,11 +1,11 @@
 /*
-  Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2017 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.
   obtain a copy of the License at
   
-    http://www.imagemagick.org/script/license.php
+    https://www.imagemagick.org/script/license.php
   
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
 
   MagickCore property methods.
 */
-#ifndef _MAGICKCORE_PROPERTY_H
-#define _MAGICKCORE_PROPERTY_H
+#ifndef MAGICKCORE_PROPERTY_H
+#define MAGICKCORE_PROPERTY_H
 
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {
 #endif
 
 extern MagickExport char
-  *GetNextImageProperty(const Image *),
   *InterpretImageProperties(ImageInfo *,Image *,const char *,
     ExceptionInfo *),
   *RemoveImageProperty(Image *,const char *);
 
 extern MagickExport const char
+  *GetNextImageProperty(const Image *),
   *GetImageProperty(const Image *,const char *,ExceptionInfo *),
   *GetMagickProperty(ImageInfo *,Image *,const char *,ExceptionInfo *);