diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-11-30 13:04:14 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-11-30 13:04:14 +0000 |
commit | 049fb69debd067e5a4044e7157aa2ba07399b931 (patch) | |
tree | a48f2696723aa8e3771cf7ff26d3dd566e4d3ffb /libmdoc.h | |
parent | a955ef6146dcabdef4d8cb7da75c04f1744d0853 (diff) | |
download | mandoc-049fb69debd067e5a4044e7157aa2ba07399b931.tar.gz |
mdoc_action.c is no more. Attic it and remove it from the Makefile.
Remove references to MDOC_ACTED (it was only assertions) and the pre-
and post-action functions.
Diffstat (limited to 'libmdoc.h')
-rw-r--r-- | libmdoc.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -128,9 +128,6 @@ const char *mdoc_a2vol(const char *); const char *mdoc_a2msec(const char *); int mdoc_valid_pre(struct mdoc *, struct mdoc_node *); int mdoc_valid_post(struct mdoc *); -int mdoc_action_pre(struct mdoc *, - struct mdoc_node *); -int mdoc_action_post(struct mdoc *); enum margverr mdoc_argv(struct mdoc *, int, enum mdoct, struct mdoc_arg **, int *, char *); void mdoc_argv_free(struct mdoc_arg *); |