summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-22 14:56:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-22 14:56:21 +0000
commit557eea53236378e26b9f5085251d8c15c8dda4b5 (patch)
tree24ded83d5df411e30318c31126ffcebb5592ca57 /private.h
parent4b119aaaf1c41e166b4050fc5400bdec6306baef (diff)
downloadmandoc-557eea53236378e26b9f5085251d8c15c8dda4b5.tar.gz
Fix-ups to macro.c.
Diffstat (limited to 'private.h')
-rw-r--r--private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/private.h b/private.h
index 498fb1d2..b3ec0fa3 100644
--- a/private.h
+++ b/private.h
@@ -154,6 +154,7 @@ int mdoc_args(struct mdoc *, int,
#define ARGS_WORD (1)
#define ARGS_PUNCT (2)
#define ARGS_QWORD (3)
+#define ARGS_PHRASE (4)
int xstrlcats(char *, const struct mdoc_node *, size_t);
int xstrlcat(char *, const char *, size_t);