18#ifndef MAGICKWAND_WAND_CLI_H
19#define MAGICKWAND_WAND_CLI_H
21#if defined(__cplusplus) || defined(c_plusplus)
29 *AcquireMagickCLI(ImageInfo *,ExceptionInfo *),
32extern WandExport MagickBooleanType
33 CLICatchException(
MagickCLI *,
const MagickBooleanType),
34 CLILogEvent(
MagickCLI *,
const LogEventType,
const char *,
const char *,
35 const size_t,
const char *,...)
36 magick_attribute((__format__ (__printf__,6,7))),
37 CLIThrowException(
MagickCLI *,const
char *,const
char *,const
size_t,
38 const ExceptionType,const
char *,const
char *,...)
39 magick_attribute((__format__ (__printf__,7,8)));
41#if defined(__cplusplus) || defined(c_plusplus)