summaryrefslogtreecommitdiff
path: root/include/technology.h
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2010-12-10 21:13:04 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2010-12-15 20:43:50 +0100
commit5a5c46c5d6ed2fe46a162e286fb3ba674c309afc (patch)
tree61e0e588482e6d2f7016bf11857b33fe78804d5d /include/technology.h
parent9e4c6043f7b7ff1e98990905daf210304c06d8cd (diff)
downloadconnman-5a5c46c5d6ed2fe46a162e286fb3ba674c309afc.tar.gz
connman-5a5c46c5d6ed2fe46a162e286fb3ba674c309afc.tar.bz2
connman-5a5c46c5d6ed2fe46a162e286fb3ba674c309afc.zip
technology: Export set_regdom to plugins
The oFono plugin will be the first user.
Diffstat (limited to 'include/technology.h')
-rw-r--r--include/technology.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/technology.h b/include/technology.h
index 9cf46567..ad6d43e9 100644
--- a/include/technology.h
+++ b/include/technology.h
@@ -38,6 +38,7 @@ struct connman_technology;
void connman_technology_tethering_notify(struct connman_technology *technology,
connman_bool_t enabled);
+int connman_technology_set_regdom(const char *alpha2);
void connman_technology_regdom_notify(struct connman_technology *technology,
const char *alpha2);