diff --git a/wand/magick-image.h b/wand/magick-image.h
index c279c7e..833279c 100644
--- a/wand/magick-image.h
+++ b/wand/magick-image.h
@@ -113,6 +113,7 @@
   MagickClutImageChannel(MagickWand *,const ChannelType,const MagickWand *),
   MagickColorDecisionListImage(MagickWand *,const char *),
   MagickColorizeImage(MagickWand *,const PixelWand *,const PixelWand *),
+  MagickColorMatrixImage(MagickWand *,const KernelInfo *),
   MagickCommentImage(MagickWand *,const char *),
   MagickCompositeImage(MagickWand *,const MagickWand *,const CompositeOperator,
     const long,const long),
@@ -259,7 +260,6 @@
   MagickReadImage(MagickWand *,const char *),
   MagickReadImageBlob(MagickWand *,const void *,const size_t),
   MagickReadImageFile(MagickWand *,FILE *),
-  MagickRecolorImage(MagickWand *,const unsigned long,const double *),
   MagickReduceNoiseImage(MagickWand *,const double),
   MagickRemapImage(MagickWand *,const MagickWand *,const DitherMethod),
   MagickRemoveImage(MagickWand *),