]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/constitute-private.h
...
[imagemagick] / MagickCore / constitute-private.h
index 77bfae220b26ed88268c369f6fa3a8bf7f1082be..b73e97a7042f0f22c6c4256ca177f67a399720cc 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 private image constitute methods.
 */
-#ifndef _MAGICKCORE_CONSTITUTE_PRIVATE_H
-#define _MAGICKCORE_CONSTITUTE_PRIVATE_H
+#ifndef MAGICKCORE_CONSTITUTE_PRIVATE_H
+#define MAGICKCORE_CONSTITUTE_PRIVATE_H
 
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {
 #endif
 
-extern MagickPrivate MagickBooleanType
-  ConstituteComponentGenesis(void);
-
-extern MagickPrivate void
-  ConstituteComponentTerminus(void);
-
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif