summaryrefslogtreecommitdiff
path: root/src/scanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scanner.h')
-rw-r--r--src/scanner.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/scanner.h b/src/scanner.h
new file mode 100644
index 0000000..f42d9b9
--- /dev/null
+++ b/src/scanner.h
@@ -0,0 +1,9 @@
1#ifndef __VXGG_REWRITE___SCANNER_H___7164133769617___
2#define __VXGG_REWRITE___SCANNER_H___7164133769617___
3
4#include "ll.h"
5#include <dirent.h>
6
7dlinkedlist * scandirlist(const char * const dir, int (*selector)(const struct dirent *), int (*cmp)(const struct dirent **, const struct dirent **));
8
9#endif \ No newline at end of file