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

#include "platform.h"
#include "gnunet_common.h"

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

#endif