aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-vpn-helper-p.h
blob: 664c40389652d98cdfe9642faf86e15f8282f465 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef GN_VPN_HELPER_P_H
#define GN_VPN_HELPER_P_H

struct suid_packet_header {
	uint32_t size;
};

struct suid_packet {
	struct suid_packet_header hdr;
	unsigned char data[1];
};

#endif