summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-07-16 06:06:09 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-07-16 06:06:09 +0000
commit9531ef0fc16cd1cfaa20e5db15fb64021a04ee74 (patch)
tree6e97fbe9b1b22c427950125356e60e8cbf32c812 /include
parent66d56cb7b89700666780947886b164a567a50e43 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/wchar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h
index 67f582cd0c18..c1aaf7812e71 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -208,6 +208,7 @@ int wcwidth(wchar_t);
#endif
#if __BSD_VISIBLE
+wchar_t *fgetwln(struct __sFILE * __restrict, size_t * __restrict);
size_t wcslcat(wchar_t *, const wchar_t *, size_t);
size_t wcslcpy(wchar_t *, const wchar_t *, size_t);
#endif