[MPTCP] Add connection_mptcp_is_supported()
[platform/core/api/connection.git] / src / connection.c
index 4ae5640..51261f8 100755 (executable)
@@ -74,6 +74,11 @@ static bool __connection_check_handle_validity(connection_h connection)
        return ret;
 }
 
+bool _connection_check_handle_validity(connection_h connection)
+{
+       return __connection_check_handle_validity(connection);
+}
+
 static connection_type_changed_cb
 __connection_get_type_changed_callback(connection_handle_s *local_handle)
 {