diff options
| author | Mike Wey | 2011-01-08 17:48:30 +0100 |
|---|---|---|
| committer | Mike Wey | 2011-01-08 17:48:30 +0100 |
| commit | cbac78bbec726017355cb455a776f193e7fc3022 (patch) | |
| tree | a41c564c7ef5aec9dd2b18e58e94b213193044be /dmagick/c/client.d | |
initial checkin
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*); +} |
