server-connection.h revision 07ce366ac19bc96be354d26a04305de300c6fe3e
#ifndef SERVER_CONNECTION_H
#define SERVER_CONNECTION_H
enum server_cmd_reply {
};
struct doveadm_server;
struct server_connection;
struct server_connection **conn_r);
/* Return the server given to create() */
struct doveadm_server *
/* Returns TRUE if no command is being processed */
/* Extract iostreams from connection. Afterwards the server_connection simply
waits for itself to be destroyed. */
#endif