aboutsummaryrefslogtreecommitdiff
path: root/src/dns/dnsparser.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-07 01:04:06 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-07 01:04:06 +0000
commit0a671e8ffbff1cb993a1df595b7d0d87a295b4d3 (patch)
treed7eefb9eff6668a6950b4a9ae03e94bf5d499381 /src/dns/dnsparser.c
parentf07938e02ddc22a8c61e26f0a81d7dc4d5c814b4 (diff)
downloadgnunet-0a671e8ffbff1cb993a1df595b7d0d87a295b4d3.tar.gz
gnunet-0a671e8ffbff1cb993a1df595b7d0d87a295b4d3.zip
-moving tcpip structs to joint header, some more work on vpn service
Diffstat (limited to 'src/dns/dnsparser.c')
-rw-r--r--src/dns/dnsparser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dns/dnsparser.c b/src/dns/dnsparser.c
index 8346051d7..2e9e73f1c 100644
--- a/src/dns/dnsparser.c
+++ b/src/dns/dnsparser.c
@@ -31,6 +31,7 @@
31 31
32// DNS-Stuff 32// DNS-Stuff
33GNUNET_NETWORK_STRUCT_BEGIN 33GNUNET_NETWORK_STRUCT_BEGIN
34/* FIXME: replace this one with the one from tcpip_tun.h! */
34struct dns_header 35struct dns_header
35{ 36{
36 uint16_t id GNUNET_PACKED; 37 uint16_t id GNUNET_PACKED;