summaryrefslogtreecommitdiffstats
path: root/procd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-11-28 21:08:58 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-11-30 09:53:44 +0100
commit501c6d70a6a7357652e2a4fb1ad5856d90bde29b (patch)
tree8a5625ba6403b4caea9389b75565e344c86c54ee /procd.h
parent52ea48e47a75e98b33a95a237dbf84f3eb0c59c4 (diff)
downloadunitd-501c6d70a6a7357652e2a4fb1ad5856d90bde29b.tar
unitd-501c6d70a6a7357652e2a4fb1ad5856d90bde29b.zip
Remove trigger and watch support, clean up service handling
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