]> granicus.if.org Git - imagemagick/commitdiff
Fixed compiler warning.
authordirk <dirk@git.imagemagick.org>
Mon, 20 Oct 2014 19:58:07 +0000 (19:58 +0000)
committerdirk <dirk@git.imagemagick.org>
Mon, 20 Oct 2014 19:58:07 +0000 (19:58 +0000)
MagickCore/delegate.c

index 968180a9bf872bcccca3f6a54cbb3344a863a81b..55009d3e5495fc6728f19e21b76248c1b3318ca0 100644 (file)
@@ -343,7 +343,7 @@ static char *SanitizeDelegateCommand(const char *command)
   return(sanitize_command);
 }
 
-MagickPrivate int ExternalDelegateCommand(const MagickBooleanType asynchronous,
+MagickExport int ExternalDelegateCommand(const MagickBooleanType asynchronous,
   const MagickBooleanType verbose,const char *command,char *message,
   ExceptionInfo *exception)
 {