read the output of the helper
[oweals/gnunet.git] / src / vpn / tcp.h
1 #ifndef _GNTUN_TCP_H_
2 #define _GNTUN_TCP_H_
3
4 #include "packet.h"
5
6 extern void handle_tcp(struct ip6_tcp*);
7
8 #endif