summaryrefslogtreecommitdiff
path: root/include/technology.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/technology.h')
-rw-r--r--include/technology.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/technology.h b/include/technology.h
index 256a2eb5..e45474df 100644
--- a/include/technology.h
+++ b/include/technology.h
@@ -43,7 +43,8 @@ struct connman_technology_driver {
int (*probe) (struct connman_technology *technology);
void (*remove) (struct connman_technology *technology);
void (*add_interface) (struct connman_technology *technology,
- int index, const char *name);
+ int index, const char *name,
+ const char *ident);
void (*remove_interface) (struct connman_technology *technology,
int index);
int (*set_tethering) (struct connman_technology *technology,