From 91473e2748a0081962a2ecae8ab7787858722efd Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sun, 18 Dec 2005 04:02:56 +0000 Subject: fmtcheck: New function --- include/bsd/string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3