X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/a691b01d3c341059f53c726943f9381943abe885..f8acc64e80302314af12fd3d08c5e78149621b0c:/manconf.h diff --git a/manconf.h b/manconf.h index 80578f6a..b4cd3164 100644 --- a/manconf.h +++ b/manconf.h @@ -1,6 +1,6 @@ -/* $OpenBSD$ */ +/* $Id: manconf.h,v 1.5 2017/07/01 09:47:30 schwarze Exp $ */ /* - * Copyright (c) 2011, 2015 Ingo Schwarze + * Copyright (c) 2011, 2015, 2017 Ingo Schwarze * Copyright (c) 2011 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any @@ -35,6 +35,7 @@ struct manoutput { int fragment; int mdoc; int synopsisonly; + int noval; }; struct manconf { @@ -46,3 +47,4 @@ struct manconf { void manconf_parse(struct manconf *, const char *, char *, char *); int manconf_output(struct manoutput *, const char *, int); void manconf_free(struct manconf *); +void manpath_base(struct manpaths *);