]> git.cameronkatri.com Git - mandoc.git/blobdiff - manconf.h
warning about unknown .Lb arguments; inspired by mdoclint(1)
[mandoc.git] / manconf.h
index 0784b8d647a0b7e6eca42bba0a0aa89b4c3334cb..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 {
@@ -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