Changed the communication between the vpn-helper and the daemon to use GNUNET_Message...
[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 "gnunet_common.h"
5
6 struct suid_packet {
7         struct GNUNET_MessageHeader hdr;
8         unsigned char data[1];
9 };
10
11 #endif