summaryrefslogtreecommitdiff
path: root/tools/tool-common.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-01-23 19:32:31 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-04 17:15:34 +0000
commit1a28f82926c31ae17b8688bdeb6d68f29d628592 (patch)
tree0ecd757a2b158f4c79841b705da72126ab7fa285 /tools/tool-common.h
parent8a621b8f77706d2ce4feb7b0ffa946b4b95326c8 (diff)
downloaddbus-1a28f82926c31ae17b8688bdeb6d68f29d628592.tar.gz
dbus-monitor: add options to log binary data with or without pcap framing
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46787 Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk>
Diffstat (limited to 'tools/tool-common.h')
-rw-r--r--tools/tool-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tool-common.h b/tools/tool-common.h
index f31076fe..d56abf8a 100644
--- a/tools/tool-common.h
+++ b/tools/tool-common.h
@@ -34,5 +34,6 @@
void tool_millisleep (int ms);
void tool_oom (const char *doing);
+dbus_bool_t tool_write_all (int fd, const void *buf, size_t size);
#endif