Updated connman to version 1.35
[platform/upstream/connman.git] / include / technology.h
old mode 100644 (file)
new mode 100755 (executable)
index 97db660..55bb3dd
@@ -36,6 +36,10 @@ extern "C" {
 
 struct connman_technology;
 
+int connman_technology_tethering_add_station(enum connman_service_type type,
+                                             const char *mac);
+int connman_technology_tethering_remove_station(const char *mac);
+
 int connman_technology_tethering_notify(struct connman_technology *technology,
                                                        bool enabled);
 int connman_technology_set_regdom(const char *alpha2);