summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-03-17 13:06:13 -0600
committerTavian Barnes <tavianator@tavianator.com>2019-03-17 13:06:13 -0600
commit0b89f38ca4c0f86f2cbc5f24ed803f070e3a1f77 (patch)
tree52f364eaf0f33d531a76ceec57eec2d09b6eb813
parentafbd26dc1d08e5786987018154ee10a3a447ae9b (diff)
downloadbfs-0b89f38ca4c0f86f2cbc5f24ed803f070e3a1f77.tar.xz
main: Add pointer to trie.[ch]
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 261711b..663dff4 100644
--- a/main.c
+++ b/main.c
@@ -41,6 +41,7 @@
* - posix1e.[ch] (wraps POSIX.1e functionality, if present)
* - spawn.[ch] (spawns processes)
* - stat.[ch] (wraps stat(), or statx() on Linux)
+ * - trie.[ch] (a trie set/map implementation)
* - typo.[ch] (fuzzy matching for typos)
* - util.[ch] (everything else)
*/