aboutsummaryrefslogtreecommitdiff
path: root/src/nat-auto/nat-auto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat-auto/nat-auto.h')
-rw-r--r--src/nat-auto/nat-auto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nat-auto/nat-auto.h b/src/nat-auto/nat-auto.h
index 150dc32c2..07b5a5b91 100644
--- a/src/nat-auto/nat-auto.h
+++ b/src/nat-auto/nat-auto.h
@@ -36,7 +36,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
36 * Request to test NAT traversal, sent to the gnunet-nat-server 36 * Request to test NAT traversal, sent to the gnunet-nat-server
37 * (not the service!). 37 * (not the service!).
38 */ 38 */
39struct GNUNET_NAT_TestMessage 39struct GNUNET_NAT_AUTO_TestMessage
40{ 40{
41 /** 41 /**
42 * Header with type #GNUNET_MESSAGE_TYPE_NAT_TEST 42 * Header with type #GNUNET_MESSAGE_TYPE_NAT_TEST
@@ -69,7 +69,7 @@ struct GNUNET_NAT_TestMessage
69/** 69/**
70 * Client requesting automatic configuration. 70 * Client requesting automatic configuration.
71 */ 71 */
72struct GNUNET_NAT_AutoconfigRequestMessage 72struct GNUNET_NAT_AUTO_AutoconfigRequestMessage
73{ 73{
74 /** 74 /**
75 * Header with type #GNUNET_MESSAGE_TYPE_NAT_REQUEST_AUTO_CFG 75 * Header with type #GNUNET_MESSAGE_TYPE_NAT_REQUEST_AUTO_CFG
@@ -84,7 +84,7 @@ struct GNUNET_NAT_AutoconfigRequestMessage
84/** 84/**
85 * Service responding with proposed configuration. 85 * Service responding with proposed configuration.
86 */ 86 */
87struct GNUNET_NAT_AutoconfigResultMessage 87struct GNUNET_NAT_AUTO_AutoconfigResultMessage
88{ 88{
89 /** 89 /**
90 * Header with type #GNUNET_MESSAGE_TYPE_NAT_AUTO_CFG_RESULT 90 * Header with type #GNUNET_MESSAGE_TYPE_NAT_AUTO_CFG_RESULT