home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / gopher / Unix / gopher-gateways / techinfo / techinpher / v1.0 / inet.h < prev    next >
Encoding:
Text File  |  1993-02-08  |  493 b   |  17 lines

  1. /*
  2.  *------------------------------------------------------------------
  3.  * $Source: /afs/net.mit.edu/dapps/project/techinfodev/src/srv_ti/RCS/inet.h,v $
  4.  * $Revision: 1.1 $
  5.  * $Date: 92/08/04 16:27:02 $
  6.  * $Author: ark $
  7.  *------------------------------------------------------------------
  8.  */
  9. /*
  10.  * inet.h
  11.  */
  12.  
  13. int    inet_establish_connection(char *hostname, char *portname, int quiet);
  14. int    inet_make_listner(int port);
  15. int    inet_accept_connection(int listen_sock, char **hname, int *portnum);
  16.  
  17.