summaryrefslogtreecommitdiff
path: root/src/xlibi18n/lcWrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xlibi18n/lcWrap.c')
-rw-r--r--src/xlibi18n/lcWrap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xlibi18n/lcWrap.c b/src/xlibi18n/lcWrap.c
index 6ddad050..fc6e9556 100644
--- a/src/xlibi18n/lcWrap.c
+++ b/src/xlibi18n/lcWrap.c
@@ -96,7 +96,7 @@ XSetLocaleModifiers(
}
Bool
-XSupportsLocale()
+XSupportsLocale(void)
{
return _XlcCurrentLC() != (XLCd)NULL;
}
@@ -349,7 +349,7 @@ _XCloseLC(
*/
XLCd
-_XlcCurrentLC()
+_XlcCurrentLC(void)
{
XLCd lcd;
static XLCd last_lcd = NULL;
@@ -488,7 +488,7 @@ XwcFreeStringList(
}
const char *
-XDefaultString()
+XDefaultString(void)
{
XLCd lcd = _XlcCurrentLC();