OLD | NEW |
---|---|
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 Loading... | |
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 */ |
OLD | NEW |