From: Anders Carlsson Date: Sun, 16 Feb 2003 10:01:31 +0000 (+0000) Subject: Forgot this. X-Git-Tag: dbus-0.4~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34b66d10eb8343f34ad6bfeb96cfea4498811a88;p=thirdparty%2Fdbus.git Forgot this. --- diff --git a/dbus/dbus-sysdeps.h b/dbus/dbus-sysdeps.h index 7805f0fd8..42697a00e 100644 --- a/dbus/dbus-sysdeps.h +++ b/dbus/dbus-sysdeps.h @@ -151,9 +151,10 @@ const char *_dbus_errno_to_string (int errnum); dbus_bool_t _dbus_spawn_async (char **argv, DBusError *error); - void _dbus_disable_sigpipe (void); +void _dbus_fd_set_close_on_exec (int fd); + DBUS_END_DECLS; #endif /* DBUS_SYSDEPS_H */