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

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: rebase 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
Index: include/service.h
diff --git a/include/service.h b/include/service.h
index 5a66e937e992a178c1a365a2ce6eff5424e94581..6be3d95598050346814701b3d19237198cdf746f 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);

Powered by Google App Engine
This is Rietveld 408576698