modify subscribe opportunity
[src/libhomescreen.git] / include / libhomescreen.hpp
index e51e01c..32a9121 100644 (file)
@@ -65,6 +65,7 @@ public:
        int onScreenReply(const char* reply_message);
 
        void set_event_handler(enum EventType et, handler_func f);
+       void publishSubscription(void);
 
        void registerCallback(
                void (*event_cb)(const std::string& event, struct json_object* event_contents),