summaryrefslogtreecommitdiffstats
path: root/bus/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'bus/test.h')
-rw-r--r--bus/test.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bus/test.h b/bus/test.h
index 72d68b09..090768ca 100644
--- a/bus/test.h
+++ b/bus/test.h
@@ -51,7 +51,9 @@ void bus_test_run_everything (BusContext *context);
BusContext* bus_context_new_test (const DBusString *test_data_dir,
const char *filename);
-
+#ifdef HAVE_UNIX_FD_PASSING
+dbus_bool_t bus_unix_fds_passing_test (const DBusString *test_data_dir);
+#endif
#endif