view src/deliver/auth-client.h @ 9397:b39175349d08 HEAD

deliver: Changed all EX_CONFIGs to EX_TEMPFAILs to avoid bounces.
author Timo Sirainen <tss@iki.fi>
date Wed, 30 Sep 2009 10:10:42 -0400
parents ed4d6f6e4da7
children
line wrap: on
line source

#ifndef AUTH_CLIENT_H
#define AUTH_CLIENT_H

int auth_client_lookup_and_restrict(const char *auth_socket,
				    const char **user, uid_t euid, pool_t pool,
				    ARRAY_TYPE(const_string) *extra_fields_r);

#endif