diff options
| author | Mike Wey | 2011-01-09 20:52:03 +0100 |
|---|---|---|
| committer | Mike Wey | 2011-01-09 20:52:03 +0100 |
| commit | 0bd6744310e0b209f3c5911a4e68d453e867914a (patch) | |
| tree | a916a4d8151decbb068a6e002049f8ab32550e2c /dmagick/c/policy.d | |
| parent | cbac78bbec726017355cb455a776f193e7fc3022 (diff) | |
change the constness of the return types
Diffstat (limited to 'dmagick/c/policy.d')
| -rw-r--r-- | dmagick/c/policy.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmagick/c/policy.d b/dmagick/c/policy.d index 733e116..e5f742b 100644 --- a/dmagick/c/policy.d +++ b/dmagick/c/policy.d @@ -32,7 +32,7 @@ extern(C) char* GetPolicyValue(const char* name); char** GetPolicyList(const char*, size_t*, ExceptionInfo*); - const(PolicyInfo**) GetPolicyInfoList(const char*, size_t*, ExceptionInfo*); + const(PolicyInfo)** GetPolicyInfoList(const char*, size_t*, ExceptionInfo*); MagickBooleanType IsRightsAuthorized(const PolicyDomain, const PolicyRights, const char*); MagickBooleanType ListPolicyInfo(FILE*, ExceptionInfo*); |
