diff --git a/MagickCore/attribute.h b/MagickCore/attribute.h
index 5e00ff2..5d251f0 100644
--- a/MagickCore/attribute.h
+++ b/MagickCore/attribute.h
@@ -32,7 +32,8 @@
   IsImageGray(const Image *,ExceptionInfo *),
   IsImageMonochrome(const Image *,ExceptionInfo *),
   IsImageOpaque(const Image *,ExceptionInfo *),
-  SetImageDepth(Image *,const size_t,ExceptionInfo *);
+  SetImageDepth(Image *,const size_t,ExceptionInfo *),
+  SetImageType(Image *,const ImageType,ExceptionInfo *);
 
 extern MagickExport RectangleInfo
   GetImageBoundingBox(const Image *,ExceptionInfo *exception);