view src/deliver/auth-client.h @ 8962:a2a28c52e951 HEAD

THREAD REFS still might have returned one (0) at the beginning.
author Timo Sirainen <tss@iki.fi>
date Thu, 16 Apr 2009 22:21:36 -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