Add the --files option, to list individual files in the various
[sgt/agedu] / html.h
diff --git a/html.h b/html.h
index 63aacb9..d99af0a 100644 (file)
--- 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;
 };
 
 /*