summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2011-09-13 09:55:12 +0300
committerSamuel Ortiz <sameo@linux.intel.com>2011-09-13 10:52:21 +0200
commit434890b2816e24d5ec93ad1044fbf21eb6b10903 (patch)
tree956e7e3c702aabd4bc35f4601f7f5576e663bc33 /include
parentd454f522bcb20ede1d93d0837625fd73c1062043 (diff)
downloadconnman-434890b2816e24d5ec93ad1044fbf21eb6b10903.tar.gz
connman-434890b2816e24d5ec93ad1044fbf21eb6b10903.tar.bz2
connman-434890b2816e24d5ec93ad1044fbf21eb6b10903.zip
storage: Export service loading function
Diffstat (limited to 'include')
-rw-r--r--include/storage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/storage.h b/include/storage.h
index cd05c60b..c108511c 100644
--- a/include/storage.h
+++ b/include/storage.h
@@ -29,6 +29,7 @@ extern "C" {
#endif
gchar **connman_storage_get_services();
+GKeyFile *connman_storage_load_service(const char *service_id);
#ifdef __cplusplus
}