view src/deliver/auth-client.h @ 8365:f97099eb4dee HEAD

New generic userdb lookup api `auth-master' in lib-auth.
author Sascha Wilde <wilde@intevation.de>
date Fri, 24 Oct 2008 16:06:07 +0200
parents e4eb71ae8e96
children 9babcdc6f4f7
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(string) **extra_fields_r);

#endif