diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2010-11-08 16:25:15 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-11-08 16:25:15 +0100 |
commit | eb93dcfa05a8ddcaea9d80b990f3055c1f4e0edf (patch) | |
tree | 5333538136bc95bd18e581499af0333aa8eecd63 /plugins/bluetooth.c | |
parent | 7d7c427738f293ea0cbca628087193cc5c83cd41 (diff) | |
download | connman-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.c | 2 |
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; } |