ea623e25e8d03cb1c28677f418d3dcd5729d09e1Stephan Boschstruct ostream *o_stream_create_unix(int fd, size_t max_buffer_size);
ea623e25e8d03cb1c28677f418d3dcd5729d09e1Stephan Bosch/* Write fd to UNIX socket along with the next outgoing data block.
ea623e25e8d03cb1c28677f418d3dcd5729d09e1Stephan Bosch Returns TRUE if fd is accepted, and FALSE if a previous fd still
ea623e25e8d03cb1c28677f418d3dcd5729d09e1Stephan Bosch needs to be sent. */
ea623e25e8d03cb1c28677f418d3dcd5729d09e1Stephan Boschbool o_stream_unix_write_fd(struct ostream *output, int fd);