summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2012-06-05 11:24:03 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-06-11 13:01:42 +0300
commit2402957bc789667f0eb0cdbe25fdcebc2edc3b57 (patch)
tree1b78740d36984af6445e7714dcc51e644e36cd9b /src/connman.h
parente7e7c461a0a0d5db36db677a46aa751a78beedca (diff)
downloadconnman-2402957bc789667f0eb0cdbe25fdcebc2edc3b57.tar.gz
connman-2402957bc789667f0eb0cdbe25fdcebc2edc3b57.tar.bz2
connman-2402957bc789667f0eb0cdbe25fdcebc2edc3b57.zip
storage: Add function to remove a service directory
All known files from service directory are removed and if successfull then the service directory is also removed.
Diffstat (limited to 'src/connman.h')
-rw-r--r--src/connman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index bda4f7fa..388e6fb0 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -214,6 +214,7 @@ int __connman_storage_save_service(GKeyFile *keyfile, const char *ident);
GKeyFile *__connman_storage_load_provider(const char *identifier);
void __connman_storage_save_provider(GKeyFile *keyfile, const char *identifier);
char **__connman_storage_get_providers(void);
+gboolean __connman_storage_remove_service(const char *service_id);
int __connman_detect_init(void);
void __connman_detect_cleanup(void);