18 #ifndef MAGICKWAND_MAGICK_CLI_H
19 #define MAGICKWAND_MAGICK_CLI_H
21 #if defined(__cplusplus) || defined(c_plusplus)
25 typedef MagickBooleanType
26 (*MagickCommand)(ImageInfo *,int,
char **,
char **,ExceptionInfo *);
28 extern WandExport
void
29 ProcessScriptOptions(
MagickCLI *,
const char *,
int,
char **,
int);
32 ProcessCommandOptions(
MagickCLI *,
int,
char **,
int);
34 extern WandExport MagickBooleanType
35 MagickCommandGenesis(ImageInfo *,MagickCommand,
int,
char **,
char **,
37 MagickImageCommand(ImageInfo *,
int,
char **,
char **,ExceptionInfo *);
39 #if defined(__cplusplus) || defined(c_plusplus)