summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connman.h')
-rwxr-xr-xsrc/connman.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index e92f2b1a..e63eb9d5 100755
--- a/src/connman.h
+++ b/src/connman.h
@@ -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,