18 #ifndef MAGICKWAND_WAND_CLI_H 19 #define MAGICKWAND_WAND_CLI_H 21 #if defined(__cplusplus) || defined(c_plusplus) 35 const size_t,
const char *,...)
36 magick_attribute((__format__ (__printf__,6,7))),
38 const ExceptionType,const
char *,const
char *,...)
39 magick_attribute((__format__ (__printf__,7,8)));
41 #if defined(__cplusplus) || defined(c_plusplus) WandExport MagickBooleanType CLIThrowException(MagickCLI *, const char *, const char *, const size_t, const ExceptionType, const char *, const char *,...) magick_attribute((__format__(__printf__
WandExport MagickCLI * AcquireMagickCLI(ImageInfo *, ExceptionInfo *)
Definition: wandcli-private.h:101
#define WandExport
Definition: method-attribute.h:71
WandExport MagickBooleanType CLILogEvent(MagickCLI *, const LogEventType, const char *, const char *, const size_t, const char *,...) magick_attribute((__format__(__printf__
WandExport MagickBooleanType CLICatchException(MagickCLI *, const MagickBooleanType)
WandExport MagickCLI * DestroyMagickCLI(MagickCLI *)
Definition: wandcli.c:155