]> andersk Git - libfaim.git/blob - utils/aimdebugd/network.h
- Mon Aug 21 22:00:18 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.073538 seconds and 5 git commands to generate.