diff options
Diffstat (limited to 'include/driver.h')
-rw-r--r-- | include/driver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/driver.h b/include/driver.h index 3d0ad920..8076a0e0 100644 --- a/include/driver.h +++ b/include/driver.h @@ -40,8 +40,8 @@ struct connman_driver { int (*probe) (struct connman_element *element); void (*remove) (struct connman_element *element); int (*update) (struct connman_element *element); - int (*connect) (struct connman_element *element); - int (*disconnect) (struct connman_element *element); + int (*enable) (struct connman_element *element); + int (*disable) (struct connman_element *element); }; extern int connman_driver_register(struct connman_driver *driver); |