From: Daniel Wagner <[email protected]>
---
include/technology.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/technology.h b/include/technology.h
index 39fcbbb..3d278a4 100644
--- a/include/technology.h
+++ b/include/technology.h
@@ -48,6 +48,8 @@ struct connman_technology_driver {
int priority;
int (*probe) (struct connman_technology *technology);
void (*remove) (struct connman_technology *technology);
+ int (*enable) (struct connman_technology *technology);
+ int (*disable) (struct connman_technology *technology);
void (*add_interface) (struct connman_technology *technology,
int index, const char *name,
const char *ident);
--
1.7.8.110.g4cb5d1
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman