net_private.h 327 B

12345678910111213141516
  1. /* $Id: net_private.h,v 1.6 2001/05/02 16:42:05 kilobug Exp $ */
  2. #ifndef __PROLO_NET_PRIVATE_H__
  3. #define __PROLO_NET_PRIVATE_H__
  4. /*#define __DEBUG_NETLIB__*/
  5. #include <sys/types.h>
  6. #include <netinet/in.h>
  7. #include <arpa/inet.h>
  8. #include <netdb.h>
  9. #include "net.h"
  10. void net_error(net_type_t get, net_type_t wanted);
  11. #endif