diff options
Diffstat (limited to 'dmagick/c/client.d')
| -rw-r--r-- | dmagick/c/client.d | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dmagick/c/client.d b/dmagick/c/client.d new file mode 100644 index 0000000..4404607 --- /dev/null +++ b/dmagick/c/client.d @@ -0,0 +1,9 @@ +module dmagick.c.client; + +extern(C) +{ + const(char*) GetClientPath(); + const(char*) GetClientName(); + const(char*) SetClientName(const char*); + const(char*) SetClientPath(const char*); +} |
