summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/local.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/local.h')
-rw-r--r--lib/libc/stdio/local.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/local.h b/lib/libc/stdio/local.h
index 7e227558544..aa6ef238c43 100644
--- a/lib/libc/stdio/local.h
+++ b/lib/libc/stdio/local.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: local.h,v 1.15 2009/11/09 00:18:27 kurt Exp $ */
+/* $OpenBSD: local.h,v 1.16 2011/04/24 07:46:58 stsp Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -58,6 +58,7 @@ int __swsetup(FILE *);
int __sflags(const char *, int *);
wint_t __fgetwc_unlock(FILE *);
int __vfprintf(FILE *, const char *, __va_list);
+int __vfwprintf(FILE * __restrict, const wchar_t * __restrict, __va_list);
extern void __atexit_register_cleanup(void (*)(void));
extern int __sdidinit;