X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fstorage.h;h=4c23a14e4904d39168eed42c0ba12d81e312356f;hb=af22afbaf54aaadb85d6df5d60c5b43f37ea5fc0;hp=cd05c60b4d770714c918b234f2e92ac6a2c45185;hpb=d454f522bcb20ede1d93d0837625fd73c1062043;p=framework%2Fconnectivity%2Fconnman.git diff --git a/include/storage.h b/include/storage.h index cd05c60..4c23a14 100644 --- a/include/storage.h +++ b/include/storage.h @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2011 Intel Corporation. All rights reserved. + * Copyright (C) 2012 Intel Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -29,6 +29,7 @@ extern "C" { #endif gchar **connman_storage_get_services(); +GKeyFile *connman_storage_load_service(const char *service_id); #ifdef __cplusplus }