]> andersk Git - libfaim.git/blob - utils/aimdebugd/network.h
- Mon Sep 4 21:38:09 GMT 2000
[libfaim.git] / utils / aimdebugd / network.h
1 /*
2  * Common functions used in all apps
3  */
4
5 #include <netdb.h>
6 #include <sys/socket.h>
7 #include <netinet/in.h>
8
9 int Read(int fd, unsigned char *buf, int len);
10 int establish(u_short portnum);
11 int get_connection(int s);
12 int openconn(char *hostname, int port);
This page took 1.095481 seconds and 5 git commands to generate.