summaryrefslogtreecommitdiff
path: root/alarms/trigger.h
diff options
context:
space:
mode:
Diffstat (limited to 'alarms/trigger.h')
-rw-r--r--alarms/trigger.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/alarms/trigger.h b/alarms/trigger.h
new file mode 100644
index 0000000..3b326e7
--- /dev/null
+++ b/alarms/trigger.h
@@ -0,0 +1,11 @@
+#ifndef _TRIGGER_INC
+#define _TRIGGER_INC
+
+#include "alarmlist.h"
+
+
+int LoadTriggerSupport();
+
+
+#endif
+