X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/f2e528936aac5fb2f68693ce8cda348c2a7c1a91..1f651677c857d752bc477c937a80a9a3ada5aff4:/html.h diff --git a/html.h b/html.h index 63aacb9..d99af0a 100644 --- a/html.h +++ b/html.h @@ -21,6 +21,12 @@ struct html_config { */ int autoage; time_t oldest, newest; + + /* + * Specify whether to show individual files as well as + * directories in the report. + */ + int showfiles; }; /*