summaryrefslogtreecommitdiff
path: root/include/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/storage.h')
-rw-r--r--include/storage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/storage.h b/include/storage.h
index 9182675a..cd31b691 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);
};