Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Unified Diff: include/service.h

Issue 6659006: flimflam: add support for multiple profiles (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flimflam.git@master
Patch Set: more ers comments Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/crypto.h ('k') | include/storage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/service.h
diff --git a/include/service.h b/include/service.h
index 635190cbc46e52097022b71288844e6d177cd8c6..d80292465c587124636982fe68053c6347a4aac4 100644
--- a/include/service.h
+++ b/include/service.h
@@ -124,8 +124,6 @@ enum connman_service_error {
struct connman_service;
-int connman_service_append_hidden_ssids(GSList **hidden_ssids);
-
struct connman_service *connman_service_create(void);
struct connman_service *connman_service_ref(struct connman_service *service);
void connman_service_unref(struct connman_service *service);
« no previous file with comments | « include/crypto.h ('k') | include/storage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698