buffer.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: buffer.h,v 1.12.4.1 1997/10/30 22:17:37 wlu Exp $
  8.  */
  9. #ifndef BUFFER_H
  10. #define BUFFER_H
  11. extern void S5BufCleanContext P((S5IOInfo *));
  12. extern void S5BufSetupContext P((S5IOInfo *));
  13. extern int  S5BufUnreadPacket P((S5IOInfo *, char *, int));
  14. extern int  S5BufReadPacket   P((S5IOHandle, S5IOInfo *, char *, int, int));
  15. extern int  S5BufWritePacket  P((S5IOHandle, S5IOInfo *, char *, int, int));
  16. extern int  S5BufCheckPacket  P((S5IOHandle, S5IOInfo *));
  17. extern int  S5BufCheckData    P((S5IOHandle, S5IOInfo *));
  18. #endif