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.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/vpn/gnunet-vpn-helper-p.h b/src/vpn/gnunet-vpn-helper-p.h
deleted file mode 100644
index fa3546123..000000000
--- a/src/vpn/gnunet-vpn-helper-p.h
+++ /dev/null
@@ -1,12 +0,0 @@
1#ifndef GN_VPN_HELPER_P_H
2#define GN_VPN_HELPER_P_H
3
4#include "platform.h"
5#include "gnunet_common.h"
6
7struct suid_packet {
8 struct GNUNET_MessageHeader hdr;
9 unsigned char data[1];
10};
11
12#endif