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