W32 porting work by LRN
[oweals/gnunet.git] / src / vpn / gnunet-vpn-helper-p.h
1 #ifndef GN_VPN_HELPER_P_H
2 #define GN_VPN_HELPER_P_H
3
4 #include "platform.h"
5 #include "gnunet_common.h"
6
7 struct suid_packet {
8         struct GNUNET_MessageHeader hdr;
9         unsigned char data[1];
10 };
11
12 #endif