summaryrefslogtreecommitdiffstats
path: root/bus/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'bus/test.h')
-rw-r--r--bus/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bus/test.h b/bus/test.h
index 1cd580bf..e39ef296 100644
--- a/bus/test.h
+++ b/bus/test.h
@@ -33,10 +33,12 @@
#include "connection.h"
dbus_bool_t bus_dispatch_test (const DBusString *test_data_dir);
+dbus_bool_t bus_policy_test (const DBusString *test_data_dir);
dbus_bool_t bus_setup_debug_client (DBusConnection *connection);
void bus_test_clients_foreach (BusConnectionForeachFunction function,
void *data);
dbus_bool_t bus_test_client_listed (DBusConnection *connection);
+void bus_test_flush_bus (BusContext *context);
#endif