Update routing table when default address is reset
[platform/upstream/connman.git] / src / connman.h
index e92f2b1..e63eb9d 100755 (executable)
@@ -541,6 +541,9 @@ void __connman_connection_gateway_remove(struct connman_service *service,
 int __connman_connection_get_vpn_index(int phy_index);
 
 bool __connman_connection_update_gateway(void);
+#if defined TIZEN_EXT
+void __connman_connection_update_default_gateway(void);
+#endif
 
 typedef void (*__connman_ntp_cb_t) (bool success, void *user_data);
 int __connman_ntp_start(char *server, __connman_ntp_cb_t callback,