summaryrefslogtreecommitdiff
path: root/dbus/dbus-spawn.h
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2016-05-16 15:35:01 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2016-05-20 06:18:20 +0200
commitb6bc658103ef54e2bdc64a853b838def5ba4b96a (patch)
tree5669ac0c2b8cd62363c3b5412869f35b952fe75a /dbus/dbus-spawn.h
parent8f6fe1451ead14b82475177f40bbc2c256cba876 (diff)
downloaddbus-b6bc658103ef54e2bdc64a853b838def5ba4b96a.tar.gz
Migrate platform specific spawn tests into cross platform tests.
Also enable segfault checks on windows because the reason why it has been disabled has been fixed with bug #95155. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=95191 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'dbus/dbus-spawn.h')
-rw-r--r--dbus/dbus-spawn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-spawn.h b/dbus/dbus-spawn.h
index e6baae97..12ea5862 100644
--- a/dbus/dbus-spawn.h
+++ b/dbus/dbus-spawn.h
@@ -62,6 +62,7 @@ dbus_bool_t _dbus_babysitter_set_watch_functions (DBusBabysitter *si
DBusWatchToggledFunction toggled_function,
void *data,
DBusFreeFunction free_data_function);
+void _dbus_babysitter_block_for_child_exit (DBusBabysitter *sitter);
DBUS_END_DECLS