X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ftechnology.h;h=55bb3dd5fb49834e81851da1c568f20c8ab9151e;hb=30602f521a85820a9f6b7ac04876400e00c68b15;hp=8efe9e74d1549ffc6c311e3d19aa97ee0ebd855f;hpb=a079cfe6f815f8c69055de834d1ccbdf1fd94ba7;p=platform%2Fupstream%2Fconnman.git diff --git a/include/technology.h b/include/technology.h index 8efe9e7..55bb3dd 100755 --- a/include/technology.h +++ b/include/technology.h @@ -40,7 +40,7 @@ int connman_technology_tethering_add_station(enum connman_service_type type, const char *mac); int connman_technology_tethering_remove_station(const char *mac); -void connman_technology_tethering_notify(struct connman_technology *technology, +int connman_technology_tethering_notify(struct connman_technology *technology, bool enabled); int connman_technology_set_regdom(const char *alpha2); void connman_technology_regdom_notify(struct connman_technology *technology, @@ -63,7 +63,7 @@ struct connman_technology_driver { int index); int (*set_tethering) (struct connman_technology *technology, const char *identifier, const char *passphrase, - const char *bridge, bool enabled, bool hidden); + const char *bridge, bool enabled); int (*set_regdom) (struct connman_technology *technology, const char *alpha2); };