X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fdriver.h;h=f4c6187a3573f557398cfbf03227fe850017a9a4;hb=33eca46278b1b3d17a3f966758cb03ec52cd414c;hp=6d212d8fe47fb7c696f4e655bd4a8011bad2c47d;hpb=164a8db64e48e0b00730c5830b9a7f8293dcf613;p=connman diff --git a/include/driver.h b/include/driver.h index 6d212d8..f4c6187 100644 --- a/include/driver.h +++ b/include/driver.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2008 Intel Corporation. All rights reserved. + * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -41,13 +41,10 @@ extern "C" { struct connman_driver { const char *name; enum connman_element_type type; - enum connman_element_type 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);