summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-01-28 17:10:44 -0500
committerTavian Barnes <tavianator@tavianator.com>2021-01-28 17:13:26 -0500
commit6a12472ba33b2d46541f3be11d088a28d69cfe57 (patch)
treec57d5988d95cc481d78cbc4e4a18723cd8a752ce
parent9bf75cee19b8d60d2b4f6260a8c2322cc8ca11db (diff)
downloadbfs-6a12472ba33b2d46541f3be11d088a28d69cfe57.tar.xz
main: Add some new source files to the top-level comment
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 56974e6..f0706da 100644
--- a/main.c
+++ b/main.c
@@ -34,9 +34,11 @@
*
* - Utilities:
* - bfs.h (constants about bfs itself)
+ * - bar.[ch] (a terminal status bar)
* - color.[ch] (for pretty terminal colors)
* - darray.[ch] (a dynamic array library)
* - diag.[ch] (formats diagnostic messages)
+ * - dir.[ch] (a directory API facade)
* - dstring.[ch] (a dynamic string library)
* - fsade.[ch] (a facade over non-standard filesystem features)
* - mtab.[ch] (parses the system's mount table)