]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 18 Oct 2014 13:21:13 +0000 (13:21 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 18 Oct 2014 13:21:13 +0000 (13:21 +0000)
MagickCore/delegate-private.h
MagickCore/delegate.h

index bc6eeeec7529e48159530bc6b8ad899804c3444e..9b4e65333a02d050f5243e6f29045ca63da0bb62 100644 (file)
@@ -64,10 +64,6 @@ typedef struct _GhostInfo
       int(MagickDLLCall *)(void *,const char *,int));
 } GhostInfo;
 
-extern MagickExport int
-  ExternalDelegateCommand(const MagickBooleanType,const MagickBooleanType,
-    const char *,char *,ExceptionInfo *);
-
 extern MagickPrivate MagickBooleanType
   DelegateComponentGenesis(void);
 
index 41b5c16986900402caff156dcb4c373622d66876..b029c18e62cd561667c7624640eaeda5d64aa606 100644 (file)
@@ -60,6 +60,10 @@ extern MagickExport const DelegateInfo
   *GetDelegateInfo(const char *,const char *,ExceptionInfo *exception),
   **GetDelegateInfoList(const char *,size_t *,ExceptionInfo *);
 
+extern MagickExport int
+  ExternalDelegateCommand(const MagickBooleanType,const MagickBooleanType,
+    const char *,char *,ExceptionInfo *);
+
 extern MagickExport ssize_t
   GetDelegateMode(const DelegateInfo *);