aboutsummaryrefslogtreecommitdiffhomepage
path: root/osc.c
diff options
context:
space:
mode:
Diffstat (limited to 'osc.c')
-rw-r--r--osc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/osc.c b/osc.c
new file mode 100644
index 0000000..040dd01
--- /dev/null
+++ b/osc.c
@@ -0,0 +1,3 @@
+int osc_start(){
+ return 1;
+}