diff options
Diffstat (limited to 'src/fs.c')
-rw-r--r-- | src/fs.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ * @return */ FSTree *fstree(const char *_path) { + // TODO: Add an argument to filter FSTree content... probably a callback function FTS *parent = NULL; FTSENT *node = NULL; FSTree *fsdata = NULL; |