summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/technology.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/technology.h b/include/technology.h
index b13d4ec8..8efe9e74 100644
--- a/include/technology.h
+++ b/include/technology.h
@@ -63,7 +63,7 @@ struct connman_technology_driver {
int index);
int (*set_tethering) (struct connman_technology *technology,
const char *identifier, const char *passphrase,
- const char *bridge, bool enabled);
+ const char *bridge, bool enabled, bool hidden);
int (*set_regdom) (struct connman_technology *technology,
const char *alpha2);
};