summaryrefslogtreecommitdiff
path: root/include/storage.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-07-22 14:02:40 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-07-22 14:02:40 +0200
commit419234745e1d26965c582c8bad288e0d9b157868 (patch)
tree9dccca3a9f79c131cc05881d9cc9301d6316d63a /include/storage.h
parent6a26b21add0c73eb967a3d7e1582691b4d66d470 (diff)
downloadconnman-419234745e1d26965c582c8bad288e0d9b157868.tar.gz
connman-419234745e1d26965c582c8bad288e0d9b157868.tar.bz2
connman-419234745e1d26965c582c8bad288e0d9b157868.zip
Remove deprecated and unused network storage callbacks
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);