summaryrefslogtreecommitdiff
path: root/include/technology.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/technology.h')
-rw-r--r--include/technology.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/technology.h b/include/technology.h
index 97db6607..7508a9a1 100644
--- a/include/technology.h
+++ b/include/technology.h
@@ -42,6 +42,8 @@ int connman_technology_set_regdom(const char *alpha2);
void connman_technology_regdom_notify(struct connman_technology *technology,
const char *alpha2);
+enum connman_service_type connman_technology_get_type
+ (struct connman_technology *technology);
bool connman_technology_get_wifi_tethering(const char **ssid,
const char **psk);
bool connman_technology_is_tethering_allowed(enum connman_service_type type);