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

WEB邮件程序

开发平台:

C/C++

  1. /*
  2. ** Copyright 1998 - 1999 Double Precision, Inc.  See COPYING for
  3. ** distribution information.
  4. */
  5. /*
  6. ** $Id: auth.h,v 1.3 1999/12/20 03:23:31 mrsam Exp $
  7. */
  8. #ifndef auth_h
  9. #define auth_h
  10. extern int prelogin(const char *);
  11. extern const char *login(const char *, const char *);
  12. extern const char *login_returnaddr();
  13. extern const char *login_fromhdr();
  14. #endif