summaryrefslogtreecommitdiff
path: root/lib/libc/locale
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-11-12 06:10:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-11-12 06:10:29 +0000
commit3e247bf2f4a16c4364110dcd7d6dbd127d34b9fe (patch)
tree26095ff0d482f6d77ff6ec5b16047bd8e6412334 /lib/libc/locale
parent071b47a2a066cf6f8e0b52b94655a8314e29230c (diff)
ANSI prototype
Diffstat (limited to 'lib/libc/locale')
-rw-r--r--lib/libc/locale/rune_local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/rune_local.h b/lib/libc/locale/rune_local.h
index 8efe8b48f20..78bee7e0b68 100644
--- a/lib/libc/locale/rune_local.h
+++ b/lib/libc/locale/rune_local.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rune_local.h,v 1.2 2005/10/10 17:37:44 espie Exp $ */
+/* $OpenBSD: rune_local.h,v 1.3 2013/11/12 06:10:28 deraadt Exp $ */
/* $NetBSD: rune_local.h,v 1.7 2003/03/02 22:18:15 tshiozak Exp $ */
/*-
@@ -41,7 +41,7 @@ extern int _newrunelocale(const char *);
/* runeglue.c */
extern int __make_ctype_tabs(_RuneLocale *);
-extern void __install_currentrunelocale_ctype();
+extern void __install_currentrunelocale_ctype(void);
/* ___runetype_mb.c */
extern _RuneType ___runetype_mb(wint_t);