summaryrefslogtreecommitdiff
path: root/include/bsd/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bsd/string.h')
-rw-r--r--include/bsd/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bsd/string.h b/include/bsd/string.h
index 70a9b38..bdda3fd 100644
--- a/include/bsd/string.h
+++ b/include/bsd/string.h
@@ -7,6 +7,6 @@
size_t strlcpy(char *dst, const char *src, size_t siz);
size_t strlcat(char *dst, const char *src, size_t siz);
char *fgetln(FILE *fp, size_t *lenp);
-const char *fmtcheck(const char *, const char *);
+wchar_t *fgetwln(FILE * __restrict fp, size_t *lenp);
#endif