aboutsummaryrefslogtreecommitdiff
path: root/tsalis/include/handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'tsalis/include/handler.h')
-rw-r--r--tsalis/include/handler.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tsalis/include/handler.h b/tsalis/include/handler.h
new file mode 100644
index 0000000..9bb4b0e
--- /dev/null
+++ b/tsalis/include/handler.h
@@ -0,0 +1,6 @@
+#ifndef TSALIS_HANDLER_H
+#define TSALIS_HANDLER_H
+
+void tsh_handleEvent (int event);
+
+#endif