#ifndef ISTREAM_UNIX_H
#define ISTREAM_UNIX_H
/* Start trying to read a file descriptor from the UNIX socket. */
/* Stop trying to read a file descriptor from the UNIX socket. */
/* Returns the fd that the last i_stream_read() received, or -1 if no fd
was received. This function must be called before
i_stream_unix_set_read_fd() is called again after successfully receiving
a file descriptor. */
#endif