Fix a build error
authorsaerome.kim <saerome.kim@samsung.com>
Mon, 6 Mar 2017 12:32:58 +0000 (21:32 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Mon, 17 Jul 2017 02:09:10 +0000 (11:09 +0900)
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
include/mesh_dbus.h

index 7007bae..0897aaf 100644 (file)
@@ -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
 }