]> andersk Git - libfaim.git/blame - utils/aimdebugd/network.h
- Sun Mar 11 05:51:45 UTC 2001 (jbm)
[libfaim.git] / utils / aimdebugd / network.h
CommitLineData
e5012450 1/*
2 * Common functions used in all apps
3 */
4
78b3fb13 5#include <netdb.h>
6#include <sys/socket.h>
7#include <netinet/in.h>
8
e5012450 9int Read(int fd, unsigned char *buf, int len);
10int establish(u_short portnum);
11int get_connection(int s);
12int openconn(char *hostname, int port);
This page took 0.054491 seconds and 5 git commands to generate.