summaryrefslogtreecommitdiff
path: root/bus/bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'bus/bus.h')
-rw-r--r--bus/bus.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bus/bus.h b/bus/bus.h
index 2e0de8255..31af363b8 100644
--- a/bus/bus.h
+++ b/bus/bus.h
@@ -146,4 +146,9 @@ dbus_bool_t bus_context_check_security_policy (BusContext
DBusError *error);
void bus_context_check_all_watches (BusContext *context);
+#ifdef DBUS_ENABLE_EMBEDDED_TESTS
+void bus_context_quiet_log_begin (BusContext *context);
+void bus_context_quiet_log_end (BusContext *context);
+#endif
+
#endif /* BUS_BUS_H */