summaryrefslogtreecommitdiff
path: root/plugins/bluetooth.c
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2010-11-08 16:25:15 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2010-11-08 16:25:15 +0100
commiteb93dcfa05a8ddcaea9d80b990f3055c1f4e0edf (patch)
tree5333538136bc95bd18e581499af0333aa8eecd63 /plugins/bluetooth.c
parent7d7c427738f293ea0cbca628087193cc5c83cd41 (diff)
downloadconnman-eb93dcfa05a8ddcaea9d80b990f3055c1f4e0edf.tar.gz
connman-eb93dcfa05a8ddcaea9d80b990f3055c1f4e0edf.tar.bz2
connman-eb93dcfa05a8ddcaea9d80b990f3055c1f4e0edf.zip
technology: Add bridge name to the tethering hook
Diffstat (limited to 'plugins/bluetooth.c')
-rw-r--r--plugins/bluetooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c
index bf89b98c..b34ca1c3 100644
--- a/plugins/bluetooth.c
+++ b/plugins/bluetooth.c
@@ -943,7 +943,7 @@ static void tech_remove(struct connman_technology *technology)
}
static int tech_set_tethering(struct connman_technology *technology,
- connman_bool_t enabled)
+ const char *bridge, connman_bool_t enabled)
{
return 0;
}