diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-12 20:30:35 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-12 20:30:35 +0000 |
commit | f73e57538b043ce8b2e27e9f5acc7d95ea3e332f (patch) | |
tree | 2da0361b57d2b7e86cf6b4cba8bd38d377e687a0 /mdoc.h | |
parent | f564800eb22e4968fd18f741ca173e45ff1c8f93 (diff) | |
download | mandoc-f73e57538b043ce8b2e27e9f5acc7d95ea3e332f.tar.gz |
Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replacement in mdoc_action.c).
Made bad standards into an error (were a warning).
Diffstat (limited to 'mdoc.h')
-rw-r--r-- | mdoc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -296,7 +296,6 @@ 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 |