summaryrefslogtreecommitdiffstats
path: root/src/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os.h')
-rw-r--r--src/os.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/os.h b/src/os.h
new file mode 100644
index 0000000..78617bc
--- /dev/null
+++ b/src/os.h
@@ -0,0 +1,7 @@
+#ifndef OS_H
+#define OS_H
+
+char* scan_for_wav_pretty(const char *directory_path);
+char* scan_for_wav(const char *directory_path);
+
+#endif /* OS_H */