make ubus_default_connection_lost static
[project/ubus.git] / ubusmsg.h
index 9da330e..116351d 100644 (file)
--- a/ubusmsg.h
+++ b/ubusmsg.h
@@ -38,8 +38,8 @@ enum ubus_msg_type {
        /* invoke a method on a single object */
        UBUS_MSG_INVOKE,
 
-       /* publish an object */
-       UBUS_MSG_PUBLISH,
+       UBUS_MSG_ADD_OBJECT,
+       UBUS_MSG_REMOVE_OBJECT,
 
        /* must be last */
        __UBUS_MSG_LAST,
@@ -70,6 +70,7 @@ enum ubus_msg_status {
        UBUS_STATUS_METHOD_NOT_FOUND,
        UBUS_STATUS_NOT_FOUND,
        UBUS_STATUS_NO_DATA,
+       UBUS_STATUS_PERMISSION_DENIED,
        __UBUS_STATUS_LAST
 };