]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/morphology-private.h
(no commit message)
[imagemagick] / MagickCore / morphology-private.h
index 44015ff3aad70b7732c1386e597447d2845b8830..5ea762da4daf5e644ddd5f630543199db0fc535f 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2012 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.
 #ifndef _MAGICK_MORPHOLOGY_PRIVATE_H
 #define _MAGICK_MORPHOLOGY_PRIVATE_H
 
-#if defined(__cplusplus) || defined(c_plusplus)
-extern "C" {
-#endif
+#include "MagickCore/morphology.h"
 
 #if defined(__cplusplus) || defined(c_plusplus)
-}
+extern "C" {
 #endif
 
-#include <MagickCore/morphology.h>
-
 extern MagickPrivate Image
   *MorphologyApply(const Image *,const MorphologyMethod,const ssize_t,
-    const KernelInfo *,const CompositeOperator,ExceptionInfo *);
+    const KernelInfo *,const CompositeOperator,const double,ExceptionInfo *);
 
 extern MagickPrivate void
   ShowKernelInfo(const KernelInfo *),
   ZeroKernelNans(KernelInfo *);
 
+#if defined(__cplusplus) || defined(c_plusplus)
+}
+#endif
+
 #endif