Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/include/wchar.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- src/include/wchar.h 2005/05/14 23:51:42 1.23 +++ src/include/wchar.h 2005/05/15 21:10:52 1.24 @@ -1,4 +1,4 @@ -/* $NetBSD: wchar.h,v 1.23 2005/05/14 23:51:42 christos Exp $ */ +/* $NetBSD: wchar.h,v 1.24 2005/05/15 21:10:52 christos Exp $ */ /*- * Copyright (c)1999 Citrus Project, @@ -184,6 +184,11 @@ int vswscanf(const wchar_t * __restrict, _BSD_VA_LIST_); int vwscanf(const wchar_t * __restrict, _BSD_VA_LIST_); #endif +#if defined(_NETBSD_SOURCE) +struct tinfo; +int t_putws(struct tinfo *, const wchar_t *, int, void (*)(wchar_t, void *), + void *); +#endif __END_DECLS #ifndef WEOF