X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/0376f290310249f2701221cdaaf7138fae3c6989..76a6887f123b221e7a8851c1b0d0008119492613:/manconf.h diff --git a/manconf.h b/manconf.h index 0784b8d6..f5c678e8 100644 --- a/manconf.h +++ b/manconf.h @@ -35,6 +35,7 @@ struct manoutput { int fragment; int mdoc; int synopsisonly; + int noval; }; struct manconf { @@ -42,10 +43,7 @@ struct manconf { struct manpaths manpath; }; -__BEGIN_DECLS 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 *); - -__END_DECLS