]> granicus.if.org Git - imagemagick/commitdiff
Missed a file
authoranthony <anthony@git.imagemagick.org>
Sun, 23 May 2010 08:00:51 +0000 (08:00 +0000)
committeranthony <anthony@git.imagemagick.org>
Sun, 23 May 2010 08:00:51 +0000 (08:00 +0000)
magick/morphology-private.h

index 9ebb2442579d4126ed9a23889bce325f21cd3935..680e383e6115ec231e804065e3b7aafd57ddaddf 100644 (file)
@@ -30,7 +30,8 @@ extern "C" {
 
 extern MagickExport Image
   *MorphologyApply(const Image *,const ChannelType,const MorphologyMethod,
-    const long, const KernelInfo *,const double,ExceptionInfo *);
+    const long, const KernelInfo *, const CompositeOperator, const double,
+    ExceptionInfo *);
 
 extern MagickExport void
   ScaleKernelInfo(KernelInfo *,const double,const GeometryFlags),