authldap.h
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:0k
源码类别:

WEB邮件程序

开发平台:

C/C++

  1. #ifndef authldap_h
  2. #define authldap_h
  3. /*
  4. ** Copyright 1998 - 1999 Double Precision, Inc.  See COPYING for
  5. ** distribution information.
  6. */
  7. /* Based on code by Luc Saillard <luc.saillard@alcove.fr>. */
  8. #if HAVE_CONFIG_H
  9. #include "config.h"
  10. #endif
  11. struct authinfo;
  12. int authldapcommon(const char *,
  13. const char *, int (*)(struct authinfo *, void *), void *);
  14. void authldapclose();
  15. #endif