summaryrefslogtreecommitdiff
path: root/src/storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage.c')
-rw-r--r--src/storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage.c b/src/storage.c
index 1755650d..d987f910 100644
--- a/src/storage.c
+++ b/src/storage.c
@@ -237,7 +237,7 @@ gchar **connman_storage_get_services()
return services;
}
-GKeyFile *__connman_storage_load_service(const char *service_id)
+GKeyFile *connman_storage_load_service(const char *service_id)
{
gchar *pathname;
GKeyFile *keyfile = NULL;