diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/technology.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/technology.h b/include/technology.h index 7638454b..256a2eb5 100644 --- a/include/technology.h +++ b/include/technology.h @@ -42,6 +42,10 @@ struct connman_technology_driver { int priority; int (*probe) (struct connman_technology *technology); void (*remove) (struct connman_technology *technology); + void (*add_interface) (struct connman_technology *technology, + int index, const char *name); + void (*remove_interface) (struct connman_technology *technology, + int index); int (*set_tethering) (struct connman_technology *technology, connman_bool_t enabled); }; |