make ubus_msg_ref static
[project/ubus.git] / ubusd.h
diff --git a/ubusd.h b/ubusd.h
index 4959a91f1d8200ee38cd7e002abad4623fc023ec..6d6e18142dd406d7104c0379c183315203511327 100644 (file)
--- a/ubusd.h
+++ b/ubusd.h
@@ -46,7 +46,6 @@ struct ubus_path {
 
 struct ubus_msg_buf *ubus_msg_new(void *data, int len, bool shared);
 void ubus_msg_send(struct ubus_client *cl, struct ubus_msg_buf *ub, bool free);
-struct ubus_msg_buf *ubus_msg_ref(struct ubus_msg_buf *ub);
 void ubus_msg_free(struct ubus_msg_buf *ub);
 
 void ubusd_receive_message(struct ubus_client *cl, struct ubus_msg_buf *ub);