summaryrefslogtreecommitdiff
path: root/dmagick/c/locale.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/locale.d')
-rw-r--r--dmagick/c/locale.d10
1 files changed, 5 insertions, 5 deletions
diff --git a/dmagick/c/locale.d b/dmagick/c/locale.d
index 2cb2296..6fe476f 100644
--- a/dmagick/c/locale.d
+++ b/dmagick/c/locale.d
@@ -26,15 +26,15 @@ extern(C)
signature;
}
- char** GetLocaleList(const char*, size_t*, ExceptionInfo*);
+ char** GetLocaleList(const(char)*, size_t*, ExceptionInfo*);
- const(char)* GetLocaleMessage(const char*);
+ const(char)* GetLocaleMessage(const(char)*);
- const(LocaleInfo)* GetLocaleInfo_(const char*, ExceptionInfo*);
- const(LocaleInfo)** GetLocaleInfoList(const char*, size_t*, ExceptionInfo*);
+ const(LocaleInfo)* GetLocaleInfo_(const(char)*, ExceptionInfo*);
+ const(LocaleInfo)** GetLocaleInfoList(const(char)*, size_t*, ExceptionInfo*);
LinkedListInfo* DestroyLocaleOptions(LinkedListInfo*);
- LinkedListInfo* GetLocaleOptions(const char*, ExceptionInfo*);
+ LinkedListInfo* GetLocaleOptions(const(char)*, ExceptionInfo*);
MagickBooleanType ListLocaleInfo(FILE*, ExceptionInfo*);
MagickBooleanType LocaleComponentGenesis();