#ifndef _GNTUN_TCP_H_ #define _GNTUN_TCP_H_ #include "packet.h" extern void handle_tcp(struct ip6_tcp*); #endif