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.d8
1 files changed, 4 insertions, 4 deletions
diff --git a/dmagick/c/client.d b/dmagick/c/client.d
index 4404607..49a6861 100644
--- a/dmagick/c/client.d
+++ b/dmagick/c/client.d
@@ -2,8 +2,8 @@ module dmagick.c.client;
extern(C)
{
- const(char*) GetClientPath();
- const(char*) GetClientName();
- const(char*) SetClientName(const char*);
- const(char*) SetClientPath(const char*);
+ const(char)* GetClientPath();
+ const(char)* GetClientName();
+ const(char)* SetClientName(const char*);
+ const(char)* SetClientPath(const char*);
}