summaryrefslogtreecommitdiff
path: root/dmagick/c/magickDelegate.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/magickDelegate.d')
-rw-r--r--dmagick/c/magickDelegate.d6
1 files changed, 3 insertions, 3 deletions
diff --git a/dmagick/c/magickDelegate.d b/dmagick/c/magickDelegate.d
index e458c33..12c1d55 100644
--- a/dmagick/c/magickDelegate.d
+++ b/dmagick/c/magickDelegate.d
@@ -36,10 +36,10 @@ extern(C)
char* GetDelegateCommand(const ImageInfo*, Image*, const char*, const char*, ExceptionInfo*);
char** GetDelegateList(const char *,size_t *,ExceptionInfo *);
- const(char*) GetDelegateCommands(const DelegateInfo*);
+ const(char)* GetDelegateCommands(const DelegateInfo*);
- const(DelegateInfo*) GetDelegateInfo(const char*, const char*, ExceptionInfo* exception);
- const(DelegateInfo**) GetDelegateInfoList(const char*, size_t*, ExceptionInfo*);
+ const(DelegateInfo)* GetDelegateInfo(const char*, const char*, ExceptionInfo* exception);
+ const(DelegateInfo)** GetDelegateInfoList(const char*, size_t*, ExceptionInfo*);
ssize_t GetDelegateMode(const DelegateInfo*);