summaryrefslogtreecommitdiff
path: root/dmagick/c/cipher.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/cipher.d')
-rw-r--r--dmagick/c/cipher.d8
1 files changed, 4 insertions, 4 deletions
diff --git a/dmagick/c/cipher.d b/dmagick/c/cipher.d
index be48b7a..0198da5 100644
--- a/dmagick/c/cipher.d
+++ b/dmagick/c/cipher.d
@@ -7,8 +7,8 @@ import dmagick.c.magickType;
extern(C)
{
- MagickBooleanType DecipherImage(Image*, const char*, ExceptionInfo*);
- MagickBooleanType EncipherImage(Image*, const char*, ExceptionInfo*);
- MagickBooleanType PasskeyDecipherImage(Image*, const StringInfo*, ExceptionInfo*);
- MagickBooleanType PasskeyEncipherImage(Image*, const StringInfo*, ExceptionInfo*);
+ MagickBooleanType DecipherImage(Image*, const(char)*, ExceptionInfo*);
+ MagickBooleanType EncipherImage(Image*, const(char)*, ExceptionInfo*);
+ MagickBooleanType PasskeyDecipherImage(Image*, const(StringInfo)*, ExceptionInfo*);
+ MagickBooleanType PasskeyEncipherImage(Image*, const(StringInfo)*, ExceptionInfo*);
}