#ifndef authcustom_h #define authcustom_h /* ** Copyright 1998 - 1999 Double Precision, Inc. See COPYING for ** distribution information. */ /* Based on code by Luc Saillard . */ #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