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

Side by Side Diff: include/service.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 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * 2 *
3 * Connection Manager 3 * Connection Manager
4 * 4 *
5 * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. 5 * Copyright (C) 2007-2009 Intel Corporation. All rights reserved.
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as 8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation. 9 * published by the Free Software Foundation.
10 * 10 *
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 enum connman_service_error connman_service_get_error(const struct 164 enum connman_service_error connman_service_get_error(const struct
165 connman_service *service); 165 connman_service *service);
166 166
167 int connman_service_get_frequency(const struct connman_service *service); 167 int connman_service_get_frequency(const struct connman_service *service);
168 enum connman_network_phymode; 168 enum connman_network_phymode;
169 enum connman_network_phymode connman_service_get_phymode(const struct 169 enum connman_network_phymode connman_service_get_phymode(const struct
170 connman_service *service); 170 connman_service *service);
171 enum connman_service_security connman_service_get_security(const struct 171 enum connman_service_security connman_service_get_security(const struct
172 connman_service *service); 172 connman_service *service);
173 173
174 enum connman_service_type __connman_service_string2type(const char *str);
Jason Glasgow 2010/11/29 20:11:30 belongs in src/connman.h
Elly Fong-Jones 2010/11/29 20:40:29 Done.
175
174 #ifdef __cplusplus 176 #ifdef __cplusplus
175 } 177 }
176 #endif 178 #endif
177 179
178 #endif /* __CONNMAN_SERVICE_H */ 180 #endif /* __CONNMAN_SERVICE_H */
OLDNEW
« include/network.h ('K') | « include/network.h ('k') | plugins/crosmetrics.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698