From e487e44b52bbc7bfdb77346cc9a44d1a7c825d2c Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 31 Mar 2009 13:50:19 +0000 Subject: General clean-ups. --- libmdoc.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libmdoc.h') diff --git a/libmdoc.h b/libmdoc.h index 2b8f355d..e4708b6e 100644 --- a/libmdoc.h +++ b/libmdoc.h @@ -148,9 +148,6 @@ int mdoc_args(struct mdoc *, int, /* FIXME: get rid of these. */ int xstrlcpys(char *, const struct mdoc_node *, size_t); -int xstrlcat(char *, const char *, size_t); -int xstrlcpy(char *, const char *, size_t); -int xstrcmp(const char *, const char *); void *xrealloc(void *, size_t); char *xstrdup(const char *); int mdoc_macroend(struct mdoc *); -- cgit