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

Unified Diff: include/dbus.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/dbus.h
diff --git a/include/dbus.h b/include/dbus.h
index 5492aabfa36ee266c2036a936dca18b9989500be..0d0630c4d88d6230171579f52878276b407fbdf8 100644
--- a/include/dbus.h
+++ b/include/dbus.h
@@ -53,6 +53,9 @@ void connman_dbus_dict_append_array(DBusMessageIter *dict,
void (*cb)(DBusMessageIter *, void *), void *arg);
void connman_dbus_dict_append_variant(DBusMessageIter *dict,
const char *key, int type, const void *val);
+void connman_dbus_dict_append_variant_container(DBusMessageIter *dict,
+ const char *key, const char *signature,
+ void (*cb)(DBusMessageIter *, const void *), void *arg);
void connman_dbus_dict_append_variant_array(DBusMessageIter *dict,
const char *key, int type,
void (*cb)(DBusMessageIter *, void *), void *arg);

Powered by Google App Engine
This is Rietveld 408576698