X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=include%2Fdriver.h;h=61ec465f40fb35de6ab197f8a7a6a0322c37f217;hb=2f91f80f19788f0e1734c586dbadb399d03940b5;hp=6cf7d0d7ffbced362f6ce4ad6e507782b11668e5;hpb=46ba5103e9743547db0d67808883d83186e1934b;p=connman diff --git a/include/driver.h b/include/driver.h index 6cf7d0d..61ec465 100644 --- a/include/driver.h +++ b/include/driver.h @@ -41,11 +41,11 @@ extern "C" { struct connman_driver { const char *name; enum connman_element_type type; - enum connman_element_subtype subtype; int priority; int (*probe) (struct connman_element *element); void (*remove) (struct connman_element *element); - int (*update) (struct connman_element *element); + void (*update) (struct connman_element *element); + void (*change) (struct connman_element *element); }; extern int connman_driver_register(struct connman_driver *driver);