18#ifndef MAGICKCORE_CIPHER_H
19#define MAGICKCORE_CIPHER_H
21#if defined(__cplusplus) || defined(c_plusplus)
25extern MagickExport MagickBooleanType
26 DecipherImage(Image *,
const char *,ExceptionInfo *),
27 EncipherImage(Image *,
const char *,ExceptionInfo *),
28 PasskeyDecipherImage(Image *,
const StringInfo *,ExceptionInfo *),
29 PasskeyEncipherImage(Image *,
const StringInfo *,ExceptionInfo *);
31#if defined(__cplusplus) || defined(c_plusplus)