summaryrefslogtreecommitdiff
path: root/synth/watch_files.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-02-08 15:55:59 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-02-08 15:59:27 +0100
commitdf131ea4f913fea43c266517a154caa08ff9b088 (patch)
treed116e49c3fa97cd3ad2c0a9b4a132ccf7c12be00 /synth/watch_files.h
parent080ddd252d94b9304db3858bc3b7f79cf2f89f33 (diff)
Updated program files are now reloaded automatically
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