Chromium Code Reviews| Index: include/log.h |
| diff --git a/include/log.h b/include/log.h |
| index e4b5a06cfd5a876430f7e70879264f197e19f038..8a4b7534166763438403f666d3663d573b8f7daa 100644 |
| --- a/include/log.h |
| +++ b/include/log.h |
| @@ -48,6 +48,9 @@ void connman_vwarn(const char *format, va_list); |
| void connman_verror(const char *format, va_list); |
| void connman_vdebug(unsigned mask, const char *format, va_list); |
| +unsigned __connman_debug_tags_to_mask(const char *tags, GError **error); |
|
Jason Glasgow
2010/11/29 20:11:30
__ functions are private to the src directory.
The
Elly Fong-Jones
2010/11/29 20:40:29
Done.
|
| +gboolean __connman_debug_set_tags(char *taglist); |
| + |
| /** |
| * CONNMAN_ERROR |
| * @fmt: format string |