diff options
Diffstat (limited to 'lib/libc/stdio/fvwrite.h')
-rw-r--r-- | lib/libc/stdio/fvwrite.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdio/fvwrite.h b/lib/libc/stdio/fvwrite.h index d3a309b2938..f04565bc28a 100644 --- a/lib/libc/stdio/fvwrite.h +++ b/lib/libc/stdio/fvwrite.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fvwrite.h,v 1.6 2013/11/12 07:04:35 deraadt Exp $ */ +/* $OpenBSD: fvwrite.h,v 1.7 2015/08/27 04:37:09 guenther Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -45,5 +45,7 @@ struct __suio { int uio_resid; }; +__BEGIN_HIDDEN_DECLS extern int __sfvwrite(FILE *, struct __suio *); wint_t __fputwc_unlock(wchar_t wc, FILE *fp); +__END_HIDDEN_DECLS |