main.h revision 50bce6f90329f810ed7b9ea1a758f76adba98f61
/*
* Copyright (c) 1995 Danny Gasparovski.
*
* Please read the file COPYRIGHT for the
* terms and conditions of the copyright.
*/
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#define ETH_ENCAP_URG 1
void if_encap(PNATState pData, uint16_t eth_proto, struct mbuf *m, int flags);