aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/block_dns.h')
-rw-r--r--src/include/block_dns.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/block_dns.h b/src/include/block_dns.h
index 1c01754de..21dcc7acb 100644
--- a/src/include/block_dns.h
+++ b/src/include/block_dns.h
@@ -13,6 +13,7 @@ enum GNUNET_DNS_ServiceTypes
13 GNUNET_DNS_SERVICE_TYPE_TCP = 2 13 GNUNET_DNS_SERVICE_TYPE_TCP = 2
14}; 14};
15 15
16GNUNET_NETWORK_STRUCT_BEGIN
16 17
17/** 18/**
18 * This is the structure describing an dns-record such as www.gnunet. 19 * This is the structure describing an dns-record such as www.gnunet.
@@ -57,5 +58,6 @@ struct GNUNET_DNS_Record
57 */ 58 */
58 uint32_t service_type GNUNET_PACKED; 59 uint32_t service_type GNUNET_PACKED;
59}; 60};
61GNUNET_NETWORK_STRUCT_END
60 62
61#endif 63#endif