Change-Id: Ic73099a3a0e20bd991fb27f82221c5462af3a12d
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
} connection_handle_s;
-bool _connection_libnet_init(void);
+int _connection_libnet_init(void);
bool _connection_libnet_deinit(void);
int _connection_libnet_get_wifi_state(connection_wifi_state_e *state);
int _connection_libnet_get_ethernet_state(connection_ethernet_state_e *state);
Name: capi-network-connection
Summary: Network Connection library in TIZEN C API
-Version: 0.1.3_19
+Version: 0.1.3_20
Release: 1
Group: System/Network
License: Apache-2.0
}
}
-bool _connection_libnet_init(void)
+int _connection_libnet_init(void)
{
int rv;
profile_cb_table = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free);
}
- return true;
+ return NET_ERR_NONE;
}
bool _connection_libnet_deinit(void)