#ifndef AUTH_MASTER_CONNECTION_H
#define AUTH_MASTER_CONNECTION_H
struct stat;
struct auth_stream_reply;
struct auth_master_connection {
int refcount;
int fd;
char *path;
/* If non-zero, allow only USER lookups whose returned uid matches
};
struct auth_master_connection *
void auth_master_connections_destroy_all(void);
#endif