server-connection.h revision 0a9cb42cbb135e3200cbfbb657820304cca8ecb8
#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 */
#endif