summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-12 20:50:08 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-12 20:50:08 +0000
commitc13cf29fb280ec0bdd7e124d786f95c82f3e2c71 (patch)
tree13b84acd5935bc9ef1ec19bc12454c9e5f8a3d04 /mdoc.h
parentf73e57538b043ce8b2e27e9f5acc7d95ea3e332f (diff)
downloadmandoc-c13cf29fb280ec0bdd7e124d786f95c82f3e2c71.tar.gz
Replacement of `Lb' in mdoc_action.c.
Added warning against bogus `Lb' (like groff does). Added proper quotes around `Lb' in mdoc_term.c. Moved mdoc_a2lib -> libmdoc (where it belongs).
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mdoc.h b/mdoc.h
index 38618648..ff005e97 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -295,8 +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 *);
-
__END_DECLS
#endif /*!MDOC_H*/