summaryrefslogtreecommitdiff
path: root/include/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/storage.h')
-rw-r--r--include/storage.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/storage.h b/include/storage.h
index d0e48b1f..437d72b8 100644
--- a/include/storage.h
+++ b/include/storage.h
@@ -46,13 +46,8 @@ struct connman_storage {
int (*global_load) (void);
int (*global_save) (void);
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);
enum connman_service_type service_type;
int (*service_load) (struct connman_service *service);
int (*service_save) (struct connman_service *service);