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

Unified Diff: include/log.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/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

Powered by Google App Engine
This is Rietveld 408576698