summaryrefslogtreecommitdiffstats
path: root/libmdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-19 21:26:27 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-19 21:26:27 +0000
commitdcab101ac5d007df643d02c28269f76dc810c349 (patch)
tree71aa1104e72d8fd0e4d9807798b610e43c8d6daf /libmdoc.h
parentdaf052187638ef68ef457d41132e2d96143af160 (diff)
downloadmandoc-dcab101ac5d007df643d02c28269f76dc810c349.tar.gz
Fixed and cleaned up "phrase" handling (`Bl -column' columns).
Found strange newline bug in -diag handling (and others?).
Diffstat (limited to 'libmdoc.h')
-rw-r--r--libmdoc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmdoc.h b/libmdoc.h
index db459741..2a261733 100644
--- a/libmdoc.h
+++ b/libmdoc.h
@@ -174,6 +174,8 @@ int mdoc_argv(struct mdoc *, int, int,
void mdoc_argv_free(struct mdoc_arg *);
int mdoc_args(struct mdoc *, int,
int *, char *, int, char **);
+int mdoc_zargs(struct mdoc *, int,
+ int *, char *, char **);
#define ARGS_ERROR (-1)
#define ARGS_EOLN (0)
#define ARGS_WORD (1)