From 4cd2606cca8b6f78a9d90bec6f4fa0c45c2dcd0f 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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libmdoc.h') diff --git a/libmdoc.h b/libmdoc.h index 5819fe9d..f7054711 100644 --- a/libmdoc.h +++ b/libmdoc.h @@ -1,4 +1,4 @@ -/* $Id: libmdoc.h,v 1.2 2009/03/23 15:41:09 kristaps Exp $ */ +/* $Id: libmdoc.h,v 1.3 2009/03/31 13:50:19 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -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 v1.2.3-56-ge451