summaryrefslogtreecommitdiffstats
path: root/procd.h
diff options
context:
space:
mode:
Diffstat (limited to 'procd.h')
-rw-r--r--procd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/procd.h b/procd.h
index 7f6c7cb..4fd45f2 100644
--- a/procd.h
+++ b/procd.h
@@ -69,4 +69,10 @@ void procd_inittab_run(const char *action);
int mkdev(const char *progname, int progmode);
+struct trigger;
+void trigger_init(void);
+void trigger_event(char *type, struct blob_attr *data);
+void trigger_add(struct blob_attr *rule, void *id);
+void trigger_del(void *id);
+
#endif