Chromium Code Reviews| Index: include/service.h |
| diff --git a/include/service.h b/include/service.h |
| index 2fcc9bc4257b34383cb6d194bee94acd451d2ef7..3a88e849e37d0d2173fa392616e2fe7313baad86 100644 |
| --- a/include/service.h |
| +++ b/include/service.h |
| @@ -171,6 +171,8 @@ enum connman_network_phymode connman_service_get_phymode(const struct |
| enum connman_service_security connman_service_get_security(const struct |
| connman_service *service); |
| +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.
|
| + |
| #ifdef __cplusplus |
| } |
| #endif |