aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/mdoc.h b/mdoc.h
index cac9fee9..d4db03a8 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.23 2009/01/16 12:23:25 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.24 2009/01/17 14:04:25 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -420,9 +420,6 @@ const struct mdoc_node *mdoc_result(struct mdoc *);
/* Signal end of parse sequence (boolean retval). */
int mdoc_endparse(struct mdoc *);
-/* Node type to static string. */
-char *mdoc_type2a(enum mdoc_type);
-
__END_DECLS
#endif /*!MDOC_H*/