summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'private.h')
-rw-r--r--private.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/private.h b/private.h
index 56c31cf3..f28a3ef5 100644
--- a/private.h
+++ b/private.h
@@ -33,6 +33,7 @@ struct mdoc {
int linetok;
int flags;
#define MDOC_HALT (1 << 0)
+#define MDOC_LITERAL (1 << 1)
int pflags;
enum mdoc_next next;
struct mdoc_node *last;
@@ -126,7 +127,8 @@ const char *mdoc_a2msec(const char *);
int mdoc_valid_pre(struct mdoc *,
const struct mdoc_node *);
int mdoc_valid_post(struct mdoc *);
-int mdoc_action_pre(struct mdoc *, struct mdoc_node *);
+int mdoc_action_pre(struct mdoc *,
+ const struct mdoc_node *);
int mdoc_action_post(struct mdoc *);
int mdoc_argv(struct mdoc *, int, int,
struct mdoc_arg **, int *, char *);