From 0afbdd4da23569c3f5e4bd5725cae8e69247aa38 Mon Sep 17 00:00:00 2001 From: "saerome.kim" Date: Mon, 6 Mar 2017 21:32:58 +0900 Subject: [PATCH] Fix a build error Signed-off-by: saerome.kim --- include/mesh_dbus.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/include/mesh_dbus.h b/include/mesh_dbus.h index 7007bae..0897aaf 100644 --- a/include/mesh_dbus.h +++ b/include/mesh_dbus.h @@ -58,15 +58,7 @@ int _mesh_remove_network(mesh_h handle, mesh_network_h _network); int _mesh_set_interface(mesh_h handle, const char *mesh, const char *gate, const char *softap); int _mesh_get_station_info(mesh_h handle, void *station); int _mesh_get_path_info(mesh_h handle, void *mpath_data); -int _mesh_join(mesh_h handle, const char* ssid); -int _mesh_is_joined(mesh_h handle, int is_joined); -int _mesh_disjoin(mesh_h handle); -int _mesh_load_softap_settings(mesh_h handle, const char* ssid, - const char* key, const char* mode, - int channel, int visibility, - int max_stations, int security); -int _mesh_start_bridge(mesh_h handle, const char* interface, int mode); -int _mesh_stop_bridge(mesh_h handle); +int _mesh_set_interface(mesh_h handle, const char *mesh, const char *gate, const char *softap); #ifdef __cplusplus } -- 2.34.1