view src/plugins/expire/auth-client.h @ 9490:fd84592e817b HEAD

dovecot-example.conf: Updated dict comments.
author Timo Sirainen <tss@iki.fi>
date Mon, 23 Nov 2009 13:08:47 -0500
parents 9524ec6e14fc
children
line wrap: on
line source

#ifndef AUTH_CLIENT_H
#define AUTH_CLIENT_H

struct auth_master_connection;

/* Returns -1 = error, 0 = user not found, 1 = ok */
int auth_client_put_user_env(struct auth_master_connection *conn,
			     const char *user);

#endif