summaryrefslogtreecommitdiffstats
path: root/procd.h
diff options
context:
space:
mode:
Diffstat (limited to 'procd.h')
-rw-r--r--procd.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/procd.h b/procd.h
index f11e4c5..b68cba8 100644
--- a/procd.h
+++ b/procd.h
@@ -48,14 +48,4 @@ void procd_signal_preinit(void);
void procd_askconsole(void);
void procd_bcast_event(char *event, struct blob_attr *msg);
-struct trigger;
-void trigger_init(void);
-void trigger_event(const char *type, struct blob_attr *data);
-void trigger_add(struct blob_attr *rule, void *id);
-void trigger_del(void *id);
-
-void watch_add(const char *_name, void *id);
-void watch_del(void *id);
-void watch_ubus(struct ubus_context *ctx);
-
#endif