sident.h
上传用户:sddyfurun
上传日期:2007-01-04
资源大小:525k
文件大小:1k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. /* Copyright (c) 1995,1996,1997 NEC Corporation.  All rights reserved.       */
  2. /*                                                                           */
  3. /* The redistribution, use and modification in source or binary forms of     */
  4. /* this software is subject to the conditions set forth in the copyright     */
  5. /* document ("Copyright") included with this distribution.                   */
  6. /*
  7.  * $Id: sident.h,v 1.4 1997/06/16 15:30:34 steve Exp $
  8.  */
  9. #ifndef SIDENT_H
  10. #define SIDENT_H
  11. #ifndef IDTENTRY_SIZE
  12. #define IDTENTRY_SIZE 1024
  13. #endif
  14. extern void InitIdentEntry   P((char *));
  15. extern int  IdentQuery       P((S5IOHandle, char *));
  16. extern void MakeIdentEntry   P((S5IOHandle, S5IOHandle, S5LinkInfo *, char *));
  17. extern void RemoveIdentEntry P((char *));
  18. #endif