X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=include%2Fstorage.h;h=cd31b691b5bb82b044d2bba00198c0812e9033ad;hb=d7480e83fdcc558705237c888cdc6fab8620d846;hp=9182675aa4687236a7cd6362a218e052aef19500;hpb=409f3e68cc39cb66fe706c164484518e3706c81e;p=connman diff --git a/include/storage.h b/include/storage.h index 9182675..cd31b69 100644 --- a/include/storage.h +++ b/include/storage.h @@ -43,9 +43,11 @@ struct connman_storage { const char *name; int priority; enum connman_device_type device_type; + int (*device_init) (void); int (*device_load) (struct connman_device *device); int (*device_save) (struct connman_device *device); enum connman_network_type network_type; + int (*network_init) (struct connman_device *device); int (*network_load) (struct connman_network *network); int (*network_save) (struct connman_network *network); };