diff options
Diffstat (limited to 'src/connman.h')
-rw-r--r-- | src/connman.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/connman.h b/src/connman.h index 5ac97f96..82643cc4 100644 --- a/src/connman.h +++ b/src/connman.h @@ -208,8 +208,6 @@ int __connman_storage_save_global(GKeyFile *keyfile); void __connman_storage_delete_global(); GKeyFile *__connman_storage_load_config(const char *ident); -void __connman_storage_save_config(GKeyFile *keyfile, const char *ident); -void __connman_storage_delete_config(const char *ident); GKeyFile *__connman_storage_open_service(const char *ident); int __connman_storage_save_service(GKeyFile *keyfile, const char *ident); |