aboutsummaryrefslogtreecommitdiff
path: root/dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'dir.h')
-rw-r--r--dir.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/dir.h b/dir.h
new file mode 100644
index 0000000..a3e6865
--- /dev/null
+++ b/dir.h
@@ -0,0 +1,7 @@
+#ifndef __DIR_H
+#define __DIR_H
+#define _DEFAULT_SOURCE
+
+int scan(const char *file_name, char ***list, int *list_count);
+
+#endif