summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAurelien Jarno <aurel32@debian.org>2005-12-18 04:02:56 +0000
committerGuillem Jover <guillem@hadrons.org>2008-05-06 08:45:48 +0300
commit91473e2748a0081962a2ecae8ab7787858722efd (patch)
tree87e26d91684846349717413ebfd4ab4a6e1d1eca /include
parent657f1b59ceec215ae13f57d03a5ce39c03d30b21 (diff)
downloadlibbsd-91473e2748a0081962a2ecae8ab7787858722efd.tar.gz
fmtcheck: New function
Diffstat (limited to 'include')
-rw-r--r--include/bsd/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bsd/string.h b/include/bsd/string.h
index ed31933..70a9b38 100644
--- a/include/bsd/string.h
+++ b/include/bsd/string.h
@@ -7,5 +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 *);
#endif