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

Unified Diff: include/network.h

Issue 5338008: flimflam: Enable -Wimplicit-function-declaration. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flimflam.git@master
Patch Set: Created 10 years, 1 month 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/network.h
diff --git a/include/network.h b/include/network.h
index fbf7f623ea2ce6d25ced791659f934f83c71c06f..86d65cb6787bb3caf1ccb73621b07e8481f90894 100644
--- a/include/network.h
+++ b/include/network.h
@@ -197,6 +197,9 @@ struct connman_network_driver {
int connman_network_driver_register(struct connman_network_driver *driver);
void connman_network_driver_unregister(struct connman_network_driver *driver);
+int __connman_network_activate_cellular_modem(struct connman_network *network,
Jason Glasgow 2010/11/29 20:11:30 Belongs in src/connman.h
Elly Fong-Jones 2010/11/29 20:40:29 Done.
+ const char *carrier);
+
#ifdef __cplusplus
}
#endif

Powered by Google App Engine
This is Rietveld 408576698