summaryrefslogtreecommitdiff
path: root/synth/watch_files.h
diff options
context:
space:
mode:
Diffstat (limited to 'synth/watch_files.h')
-rw-r--r--synth/watch_files.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/synth/watch_files.h b/synth/watch_files.h
new file mode 100644
index 0000000..b9c7d2d
--- /dev/null
+++ b/synth/watch_files.h
@@ -0,0 +1,9 @@
+#ifndef __WATCH_FILES_H__
+#define __WATCH_FILES_H__
+
+void* watch_files(void* unused);
+
+void add_watch(int prog);
+void remove_watch(int prog);
+
+#endif