common/network.h

/* [<][>][^][v][top]
[bottom][index][help] */

DEFINITIONS

This source file includes following functions.

/* $Id: network.h,v 1.1.1.1 1998/07/29 15:14:27 proff Exp $ */

#ifndef NETWORK_H
#define NETWORK_H

#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#ifdef HAVE_SYS_SELECT
#  include <sys/select.h>
#endif

#endif

/* [<][>][^][v][top][bottom][index][help] */