home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / comm / amitcp-3.0ß2.lha / AmiTCP / src / amitcp / api / gethtbynamadr.h < prev    next >
C/C++ Source or Header  |  1994-01-04  |  636b  |  31 lines

  1. /*
  2.  * gethtbynamadr.h
  3.  *
  4.  * Author: Tomi Ollila <too@cs.hut.fi>
  5.  *
  6.  *     Copyright (c) 1993 OHT-AmiTCP/IP Group
  7.  *             All rights reserved
  8.  *
  9.  * Created: Mon May 31 23:10:36 1993 too
  10.  * Last modified: Mon May 31 23:16:03 1993 too
  11.  *
  12.  * HISTORY
  13.  * $Log: gethtbynamadr.h,v $
  14.  * Revision 1.1  1993/06/01  16:35:05  too
  15.  * Initial revision
  16.  *
  17.  *
  18.  */
  19.  
  20.  
  21. #ifndef API_GETHTBYNAMADR_H
  22. #define API_GETHTBYNAMADR_H
  23.  
  24. struct hostent * _gethtbyname(struct SocketBase * libPtr,
  25.                   const char * name);
  26. struct hostent * _gethtbyaddr(struct SocketBase * libPtr,
  27.                   const char * addr, int len, int type);
  28.  
  29. #endif /* API_GETHTBYNAMADR_H */
  30.  
  31.