Maintain connection status when wifi roaming
[platform/upstream/connman.git] / include / service.h
index 041949f..3f4c58c 100755 (executable)
@@ -209,7 +209,8 @@ int connman_service_set_proxy(struct connman_service *service,
                                        const char *proxy, gboolean active);
 
 void connman_service_set_disconnection_requested(struct connman_service *service,
-                                                bool disconnection_requested);
+                                               bool disconnection_requested);
+void connman_service_notify_reconnection(struct connman_service *service);
 #endif
 
 #if defined TIZEN_EXT