]> andersk Git - libfaim.git/blame - utils/aimdebugd/network.h
- Mon Sep 4 21:38:09 GMT 2000
[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.062369 seconds and 5 git commands to generate.