]> andersk Git - libfaim.git/blob - utils/aimdebugd/network.h
Fix header installation.
[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 0.106602 seconds and 5 git commands to generate.