#ifndef AUTH_CONNECTION_H
#define AUTH_CONNECTION_H
/* Called for each input line. This is also called with line=NULL if
connection gets disconnected. */
/* Start connecting. Returns 0 if ok, -1 if connect failed. */
/* Get auth connection's output stream. */
void auth_connections_deinit(void);
#endif