summaryrefslogtreecommitdiff
path: root/bus/test.h
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2011-01-31 17:38:10 +0000
committerSimon McVittie <smcv@debian.org>2011-01-31 17:38:10 +0000
commit7e5f91a2e50af075be865533eb6ebdfe6bc5b4ad (patch)
tree9d5bd881971b467f4452fa7ca2f1b12db9d68197 /bus/test.h
parent24fbe571516161d48b499d587f9adb3e683dbf88 (diff)
downloaddbus-7e5f91a2e50af075be865533eb6ebdfe6bc5b4ad.tar.gz
Imported Upstream version 1.4.1upstream/1.4.1
Diffstat (limited to 'bus/test.h')
-rw-r--r--bus/test.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bus/test.h b/bus/test.h
index 72d68b09..45024e65 100644
--- a/bus/test.h
+++ b/bus/test.h
@@ -24,8 +24,6 @@
#ifndef BUS_TEST_H
#define BUS_TEST_H
-#include <config.h>
-
#ifdef DBUS_BUILD_TESTS
#include <dbus/dbus.h>
@@ -51,7 +49,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