X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=include%2Fdriver.h;h=f4c6187a3573f557398cfbf03227fe850017a9a4;hb=28037643bd3275b6567fbfd84feee909cbfb5352;hp=2932d4d2722b50f862411d29a167cb853acb4a41;hpb=991fe1e5f6458aa30ee82ad73b2f0411b74b1d3e;p=connman diff --git a/include/driver.h b/include/driver.h index 2932d4d..f4c6187 100644 --- a/include/driver.h +++ b/include/driver.h @@ -41,13 +41,10 @@ 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); - int (*enable) (struct connman_element *element); - int (*disable) (struct connman_element *element); }; extern int connman_driver_register(struct connman_driver *driver);