From 501c6d70a6a7357652e2a4fb1ad5856d90bde29b Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 28 Nov 2015 21:08:58 +0100 Subject: Remove trigger and watch support, clean up service handling --- procd.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'procd.h') 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 -- cgit v1.2.3