start the helper from the daemon, end it correctly
[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 struct suid_packet {
5         unsigned int size;
6         unsigned char data[1];
7 };
8
9 #endif