aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manconf.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-01-27 13:47:10 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-01-27 13:47:10 +0000
commita691b01d3c341059f53c726943f9381943abe885 (patch)
tree7bb1fa0b30f9625d13af868270a43bfa30433d27 /manconf.h
parentdba36350d7b2c68fca35f6b5c95e565cae8a747b (diff)
downloadmandoc-a691b01d3c341059f53c726943f9381943abe885.tar.gz
mandoc-a691b01d3c341059f53c726943f9381943abe885.tar.zst
mandoc-a691b01d3c341059f53c726943f9381943abe885.zip
warn about invalid output options
and error out if they occur on the command line; missing feature found in the TODO file
Diffstat (limited to 'manconf.h')
-rw-r--r--manconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/manconf.h b/manconf.h
index 782269e7..80578f6a 100644
--- a/manconf.h
+++ b/manconf.h
@@ -44,5 +44,5 @@ struct manconf {
void manconf_parse(struct manconf *, const char *, char *, char *);
-void manconf_output(struct manoutput *, const char *);
+int manconf_output(struct manoutput *, const char *, int);
void manconf_free(struct manconf *);