msg.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: msg.h,v 1.13 1997/06/16 15:29:47 steve Exp $
  8.  */
  9. #ifndef MSG_H
  10. #define MSG_H
  11. extern int S5IORecv  P((S5IOHandle, S5IOInfo *, char *, int, int, int, double *));
  12. extern int S5IOSend  P((S5IOHandle, S5IOInfo *, char *, int, int, int, double *));
  13. extern int S5IOCheck P((S5IOHandle));
  14. #define S5_IOFLAGS_NBYTES  0x01
  15. #define S5_IOFLAGS_TIMED   0x02
  16. #define S5_IOFLAGS_RESTART 0x04
  17. #endif