/* $Id: net_private.h,v 1.6 2001/05/02 16:42:05 kilobug Exp $ */ #ifndef __PROLO_NET_PRIVATE_H__ #define __PROLO_NET_PRIVATE_H__ /*#define __DEBUG_NETLIB__*/ #include #include #include #include #include "net.h" void net_error(net_type_t get, net_type_t wanted); #endif