aboutsummaryrefslogtreecommitdiff
path: root/include/filehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/filehandler.h')
-rw-r--r--include/filehandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/filehandler.h b/include/filehandler.h
index 8868af7..75f04bd 100644
--- a/include/filehandler.h
+++ b/include/filehandler.h
@@ -1,9 +1,11 @@
#ifndef __FILEHANDLER_H
#define __FILEHANDLER_H
+#include <list.h>
#include <stdio.h>
char *fcontent(FILE *f, unsigned int size);
unsigned int fsize(FILE *f);
+list_t *enumfilesindir(char *path);
#endif