summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-11-12 06:10:28 +0000
committerderaadt <deraadt@openbsd.org>2013-11-12 06:10:28 +0000
commita85eacf52cd2188b828d204273c0f0c258ea7521 (patch)
tree165b8e73f48742ca29c5b8a5d27bd404ef41707f
parentpull in missing includes (math.h, unistd.h, stdlib.h) needed for (diff)
downloadwireguard-openbsd-a85eacf52cd2188b828d204273c0f0c258ea7521.tar.xz
wireguard-openbsd-a85eacf52cd2188b828d204273c0f0c258ea7521.zip
ANSI prototype
-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);