If the tun-if can't be initialized correctly, close the vpn-helper
[oweals/gnunet.git] / src / vpn / gnunet-vpn-helper-p.h
index 664c40389652d98cdfe9642faf86e15f8282f465..d48755df34a91daeb470fc566ad333dcd7924a02 100644 (file)
@@ -1,12 +1,10 @@
 #ifndef GN_VPN_HELPER_P_H
 #define GN_VPN_HELPER_P_H
 
-struct suid_packet_header {
-       uint32_t size;
-};
+#include "gnunet_common.h"
 
 struct suid_packet {
-       struct suid_packet_header hdr;
+       struct GNUNET_MessageHeader hdr;
        unsigned char data[1];
 };