aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-vpn-helper-p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-vpn-helper-p.h')
-rw-r--r--src/vpn/gnunet-vpn-helper-p.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/vpn/gnunet-vpn-helper-p.h b/src/vpn/gnunet-vpn-helper-p.h
index 664c40389..d48755df3 100644
--- a/src/vpn/gnunet-vpn-helper-p.h
+++ b/src/vpn/gnunet-vpn-helper-p.h
@@ -1,12 +1,10 @@
1#ifndef GN_VPN_HELPER_P_H 1#ifndef GN_VPN_HELPER_P_H
2#define GN_VPN_HELPER_P_H 2#define GN_VPN_HELPER_P_H
3 3
4struct suid_packet_header { 4#include "gnunet_common.h"
5 uint32_t size;
6};
7 5
8struct suid_packet { 6struct suid_packet {
9 struct suid_packet_header hdr; 7 struct GNUNET_MessageHeader hdr;
10 unsigned char data[1]; 8 unsigned char data[1];
11}; 9};
12 10