]> granicus.if.org Git - imagemagick/commitdiff
Added the function definition to the deprecate.h to prevent false ABI/API warnings.
authorDirk Lemstra <dirk@git.imagemagick.org>
Sun, 22 Jan 2017 18:13:58 +0000 (19:13 +0100)
committerDirk Lemstra <dirk@git.imagemagick.org>
Sun, 22 Jan 2017 18:13:58 +0000 (19:13 +0100)
MagickCore/deprecate.h

index 9f0eb03718bcab6883e251bc487d191298c63012..6ac8f1829881bd3b018713b8999993857a02ff39 100644 (file)
@@ -26,6 +26,9 @@ extern "C" {
 
 #include "MagickCore/magick.h"
 
+typedef int
+  *(*BlobFifo)(const Image *,const void *,const size_t);
+
 extern MagickExport MagickBooleanType
   GetMagickSeekableStream(const MagickInfo *);