close the not-used pipe ends
[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_header {
5         uint32_t size;
6 };
7
8 struct suid_packet {
9         struct suid_packet_header hdr;
10         unsigned char data[1];
11 };
12
13 #endif