ubus: Correct usage of timeout on poll function
[project/ubus.git] / ubusd.h
diff --git a/ubusd.h b/ubusd.h
index 32fe852..6078e02 100644 (file)
--- a/ubusd.h
+++ b/ubusd.h
@@ -84,4 +84,8 @@ int ubusd_send_event(struct ubus_client *cl, const char *id,
 
 void ubusd_acl_init(void);
 
+void ubusd_monitor_init(void);
+void ubusd_monitor_message(struct ubus_client *cl, struct ubus_msg_buf *ub, bool send);
+void ubusd_monitor_disconnect(struct ubus_client *cl);
+
 #endif