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 >
Wrap
C/C++ Source or Header
|
1994-01-04
|
636b
|
31 lines
/*
* gethtbynamadr.h
*
* Author: Tomi Ollila <too@cs.hut.fi>
*
* Copyright (c) 1993 OHT-AmiTCP/IP Group
* All rights reserved
*
* Created: Mon May 31 23:10:36 1993 too
* Last modified: Mon May 31 23:16:03 1993 too
*
* HISTORY
* $Log: gethtbynamadr.h,v $
* Revision 1.1 1993/06/01 16:35:05 too
* Initial revision
*
*
*/
#ifndef API_GETHTBYNAMADR_H
#define API_GETHTBYNAMADR_H
struct hostent * _gethtbyname(struct SocketBase * libPtr,
const char * name);
struct hostent * _gethtbyaddr(struct SocketBase * libPtr,
const char * addr, int len, int type);
#endif /* API_GETHTBYNAMADR_H */