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