diff options
| author | Anders Carlsson <andersca@codefactory.se> | 2003-02-16 10:01:31 +0000 | 
|---|---|---|
| committer | Anders Carlsson <andersca@codefactory.se> | 2003-02-16 10:01:31 +0000 | 
| commit | 34b66d10eb8343f34ad6bfeb96cfea4498811a88 (patch) | |
| tree | 6504bd6dd74dc6f0f2c837bc3aed25f7a229e364 | |
| parent | f116b1282f8482dff6dc797f64270d95f79b53a3 (diff) | |
Forgot this.
| -rw-r--r-- | dbus/dbus-sysdeps.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/dbus/dbus-sysdeps.h b/dbus/dbus-sysdeps.h index 7805f0fd..42697a00 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 */  | 
