Forgot this.
authorAnders Carlsson <andersca@codefactory.se>
Sun, 16 Feb 2003 10:01:31 +0000 (10:01 +0000)
committerAnders Carlsson <andersca@codefactory.se>
Sun, 16 Feb 2003 10:01:31 +0000 (10:01 +0000)
dbus/dbus-sysdeps.h

index 7805f0f..42697a0 100644 (file)
@@ -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 */