X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/f3e14f7db517bde63e7c9d721ed20dd06b251e75..dad3c2117152071099f857651e99f8673aa988dd:/mdoc.h?ds=sidebyside diff --git a/mdoc.h b/mdoc.h index 78d09fac..578e1f86 100644 --- a/mdoc.h +++ b/mdoc.h @@ -1,4 +1,4 @@ -/* $Id: mdoc.h,v 1.63 2009/07/12 20:24:24 kristaps Exp $ */ +/* $Id: mdoc.h,v 1.65 2009/07/12 20:50:08 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -295,9 +295,6 @@ const struct mdoc_node *mdoc_node(const struct mdoc *); const struct mdoc_meta *mdoc_meta(const struct mdoc *); int mdoc_endparse(struct mdoc *); -const char *mdoc_a2lib(const char *); -const char *mdoc_a2st(const char *); - __END_DECLS #endif /*!MDOC_H*/