home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / communication / internet / amitcp3.0b / src.lha / src / amitcp / api / sockargs.h < prev   
Encoding:
C/C++ Source or Header  |  1996-09-08  |  657 b   |  26 lines

  1. /*
  2.  * $Id: sockargs.h,v 3.1 1994/01/06 13:39:42 too Exp $
  3.  * 
  4.  * Copyright (c) 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
  5.  *                    Helsinki University of Technology, Finland.
  6.  *                    All rights reserved.
  7.  *
  8.  * Created: Wed Jan  5 19:25:16 1994
  9.  * Last modified: Wed Jan  5 19:27:36 1994 too
  10.  * 
  11.  * $Log: sockargs.h,v $
  12.  * Revision 3.1  1994/01/06  13:39:42  too
  13.  * extern prototype for sockArgs() which resides in amiga_syscalls.c
  14.  *
  15.  */
  16.  
  17. #ifndef API_SOCKARGS_H
  18. #define API_SOCKARGS_H
  19.  
  20. /*
  21.  * sockArgs code in amiga_syscalls.c
  22.  */
  23. LONG sockArgs(struct mbuf **mp, caddr_t buf, LONG buflen, LONG type);
  24.  
  25. #endif /* API_SOCKARGS_H */
  26.