]> git.cameronkatri.com Git - mandoc.git/blobdiff - manconf.h
Now that markdown output is tested for almost everything, test all
[mandoc.git] / manconf.h
index 782269e7b33d71d804500235b696e2d7e23fb9e6..f5c678e8903fb1a07ecd652b25142cbefb3285c8 100644 (file)
--- a/manconf.h
+++ b/manconf.h
@@ -35,6 +35,7 @@ struct        manoutput {
        int       fragment;
        int       mdoc;
        int       synopsisonly;
+       int       noval;
 };
 
 struct manconf {
@@ -44,5 +45,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 *);