X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/3ac893496b46f19e0ba50dbfdbd79c4b03e28b9e..16139d213e135c0eeca149af4d425cfcef9d7bd4:/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; }; /*