summaryrefslogtreecommitdiffstatshomepage
path: root/libmdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmdoc.h')
-rw-r--r--libmdoc.h5
1 files changed, 1 insertions, 4 deletions
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 <kristaps@openbsd.org>
*
@@ -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 *);