diff options
Diffstat (limited to 'dmagick/c/log.d')
| -rw-r--r-- | dmagick/c/log.d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dmagick/c/log.d b/dmagick/c/log.d index d7db729..abdc0f3 100644 --- a/dmagick/c/log.d +++ b/dmagick/c/log.d @@ -37,10 +37,10 @@ extern(C) char** GetLogList(const char*, size_t*, ExceptionInfo*); - const(char*) GetLogName(); - const(char*) SetLogName(const char*); + const(char)* GetLogName(); + const(char)* SetLogName(const char*); - const(LogInfo**) GetLogInfoList(const char*, size_t*, ExceptionInfo*); + const(LogInfo)** GetLogInfoList(const char*, size_t*, ExceptionInfo*); LogEventType SetLogEventMask(const char*); |
