/* Copyright 1989-95 GROUPE BULL -- See license conditions in file COPYRIGHT */
/*****************************************************************************\
*                                                                             *
* KLNET                                                                       *
* HEADER                                                                      *
*                                                                             *
\*****************************************************************************/
/* network module. socket connections.
 */

#ifndef INCLUDE_KlNET_H
#define INCLUDE_KlNET_H

#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <errno.h>

/* type */

/* exported functions */

/* methods */

/* exported variables */

#endif					/* INCLUDE_KlNET_H */


syntax highlighted by Code2HTML, v. 0.9.1