summaryrefslogtreecommitdiffstats
path: root/bus/test.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-22 04:07:01 +0200
committerLennart Poettering <lennart@poettering.net>2009-05-20 02:09:30 +0200
commit004f01fa451b0341e7ea69ce7f08a1c4690f759a (patch)
treece2438f8deecddbea5a3bed7f5689d6c3231e6ec /bus/test.h
parent2eb14dbcac1870dda1b36ce1e6fedfe7500572cb (diff)
unix-fd: add test for passing unix fds
This adds a full test for passing multiple fds across a D-Bus connection.
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 5aab0ea9..6d36b9c4 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