]> andersk Git - libfaim.git/blob - utils/aimdebugd/network.h
- Mon Jun 26 07:53:02 UTC 2000
[libfaim.git] / utils / aimdebugd / network.h
1 /*
2  * Common functions used in all apps
3  */
4
5 int Read(int fd, unsigned char *buf, int len);
6 int establish(u_short portnum);
7 int get_connection(int s);
8 int openconn(char *hostname, int port);
This page took 0.178333 seconds and 5 git commands to generate.