aboutsummaryrefslogtreecommitdiff
path: root/include/directory_scanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/directory_scanner.h')
-rw-r--r--include/directory_scanner.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/directory_scanner.h b/include/directory_scanner.h
new file mode 100644
index 0000000..7b2e7d2
--- /dev/null
+++ b/include/directory_scanner.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: Apache-2.0 */
+
+/* Copyright 2026 Thorsten Töpper
+ *
+ * vim:ts=4:sw=4:expandtab
+ */
+#ifndef DIRECTORY_SCANNER_H
+#define DIRECTORY_SCANNER_H
+
+/*=========== FUNCTIONS ===========*/
+int process_directory(char *path);
+int traverse_directory_tree(const char *starting_point);
+
+#endif
+