diff options
Diffstat (limited to 'mansearch.h')
-rw-r--r-- | mansearch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mansearch.h b/mansearch.h index aa625108..7c5a7c00 100644 --- a/mansearch.h +++ b/mansearch.h @@ -74,6 +74,7 @@ struct manpage { char *file; /* to be prefixed by manpath */ char *names; /* a list of names with sections */ char *output; /* user-defined additional output */ + int sec; /* section number, 10 means invalid */ int form; /* 0 == catpage */ }; |