summaryrefslogtreecommitdiff
path: root/dmagick/c/client.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/client.d')
-rw-r--r--dmagick/c/client.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmagick/c/client.d b/dmagick/c/client.d
index 49a6861..efc8bae 100644
--- a/dmagick/c/client.d
+++ b/dmagick/c/client.d
@@ -4,6 +4,6 @@ extern(C)
{
const(char)* GetClientPath();
const(char)* GetClientName();
- const(char)* SetClientName(const char*);
- const(char)* SetClientPath(const char*);
+ const(char)* SetClientName(const(char)*);
+ const(char)* SetClientPath(const(char)*);
}