#ifndef	authldap_h
#define	authldap_h

/*
** $Id: authldap.h,v 1.6 2004/10/21 00:10:49 mrsam Exp $
**
** Copyright 1998 - 2003 Double Precision, Inc.  See COPYING for
** distribution information.
*/

/* Based on code by Luc Saillard <luc.saillard@alcove.fr>. */

#if	HAVE_CONFIG_H
#include	"courier_auth_config.h"
#endif


struct authinfo;

int authldapcommon(const char *, const char *,
	const char *, int (*)(struct authinfo *, void *), void *);

void authldapclose();

#endif


syntax highlighted by Code2HTML, v. 0.9.1