DA: Skip initializing failed_bssids list when eapol failure case
[platform/upstream/connman.git] / include / storage.h
old mode 100644 (file)
new mode 100755 (executable)
index cd05c60..4c23a14
@@ -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
 }