diff options
Diffstat (limited to 'dmagick/c/coder.d')
| -rw-r--r-- | dmagick/c/coder.d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dmagick/c/coder.d b/dmagick/c/coder.d index f7990b2..58de630 100644 --- a/dmagick/c/coder.d +++ b/dmagick/c/coder.d @@ -26,10 +26,10 @@ extern(C) signature; } - char** GetCoderList(const char*, size_t*, ExceptionInfo*); + char** GetCoderList(const(char)*, size_t*, ExceptionInfo*); - const(CoderInfo)* GetCoderInfo(const char*, ExceptionInfo*); - const(CoderInfo)** GetCoderInfoList(const char*, size_t*, ExceptionInfo*); + const(CoderInfo)* GetCoderInfo(const(char)*, ExceptionInfo*); + const(CoderInfo)** GetCoderInfoList(const(char)*, size_t*, ExceptionInfo*); MagickBooleanType CoderComponentGenesis(); MagickBooleanType ListCoderInfo(FILE*, ExceptionInfo*); |
