summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/bluetooth.c1
-rw-r--r--plugins/ethernet.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c
index 985f0e64..8c8840f8 100644
--- a/plugins/bluetooth.c
+++ b/plugins/bluetooth.c
@@ -1080,6 +1080,7 @@ static void disable_nap(gpointer key, gpointer value, gpointer user_data)
}
static int tech_set_tethering(struct connman_technology *technology,
+ const char *identifier, const char *passphrase,
const char *bridge, connman_bool_t enabled)
{
struct tethering_info info = {
diff --git a/plugins/ethernet.c b/plugins/ethernet.c
index 71dff3f3..50442fcd 100644
--- a/plugins/ethernet.c
+++ b/plugins/ethernet.c
@@ -259,6 +259,7 @@ static void disable_tethering(struct connman_technology *technology,
}
static int tech_set_tethering(struct connman_technology *technology,
+ const char *identifier, const char *passphrase,
const char *bridge, connman_bool_t enabled)
{
DBG("bridge %s enabled %d", bridge, enabled);