]> granicus.if.org Git - imagemagick/commitdiff
Eliminate C++ compiler error
authorCristy <urban-warrior@imagemagick.org>
Sun, 18 Oct 2015 20:31:38 +0000 (16:31 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sun, 18 Oct 2015 20:31:38 +0000 (16:31 -0400)
coders/psd-private.h

index 8a4c45e2c06922719ed6a62253dfe8046c5af9cd..eeea1e99edbd27dcc7bfad99c022644409a893de 100644 (file)
@@ -41,13 +41,12 @@ typedef struct _PSDInfo
     version;
 } PSDInfo;
 
-extern ModuleExport MagickStatusType
-  ReadPSDLayers(Image *image,const ImageInfo *image_info,
-  const PSDInfo *psd_info,const MagickBooleanType skip_layers,
-  ExceptionInfo *exception);
+extern ModuleExport MagickBooleanType
+  ReadPSDLayers(Image *,const ImageInfo *,const PSDInfo *,
+    const MagickBooleanType,ExceptionInfo *);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif
 
-#endif
\ No newline at end of file
+#endif