#ifndef	authcustom_h
#define	authcustom_h

/*
** Copyright 1998 - 1999 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 authcustomcommon(const char *,
	const char *, int (*)(struct authinfo *, void *), void *);

void authcustomclose();

#endif


syntax highlighted by Code2HTML, v. 0.9.1