aboutsummaryrefslogtreecommitdiff
path: root/src/nat-auto/nat-auto.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
commitc4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 (patch)
treecac3ce030d77b4cbe7c7dc62ed58cfe6d24f73e1 /src/nat-auto/nat-auto.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
Diffstat (limited to 'src/nat-auto/nat-auto.h')
-rw-r--r--src/nat-auto/nat-auto.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/nat-auto/nat-auto.h b/src/nat-auto/nat-auto.h
index 6ef9b7e1e..bee8ecf26 100644
--- a/src/nat-auto/nat-auto.h
+++ b/src/nat-auto/nat-auto.h
@@ -36,7 +36,8 @@ 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_AUTO_TestMessage { 39struct GNUNET_NAT_AUTO_TestMessage
40{
40 /** 41 /**
41 * Header with type #GNUNET_MESSAGE_TYPE_NAT_TEST 42 * Header with type #GNUNET_MESSAGE_TYPE_NAT_TEST
42 */ 43 */
@@ -67,7 +68,8 @@ struct GNUNET_NAT_AUTO_TestMessage {
67/** 68/**
68 * Client requesting automatic configuration. 69 * Client requesting automatic configuration.
69 */ 70 */
70struct GNUNET_NAT_AUTO_AutoconfigRequestMessage { 71struct GNUNET_NAT_AUTO_AutoconfigRequestMessage
72{
71 /** 73 /**
72 * Header with type #GNUNET_MESSAGE_TYPE_NAT_REQUEST_AUTO_CFG 74 * Header with type #GNUNET_MESSAGE_TYPE_NAT_REQUEST_AUTO_CFG
73 */ 75 */
@@ -80,7 +82,8 @@ struct GNUNET_NAT_AUTO_AutoconfigRequestMessage {
80/** 82/**
81 * Service responding with proposed configuration. 83 * Service responding with proposed configuration.
82 */ 84 */
83struct GNUNET_NAT_AUTO_AutoconfigResultMessage { 85struct GNUNET_NAT_AUTO_AutoconfigResultMessage
86{
84 /** 87 /**
85 * Header with type #GNUNET_MESSAGE_TYPE_NAT_AUTO_CFG_RESULT 88 * Header with type #GNUNET_MESSAGE_TYPE_NAT_AUTO_CFG_RESULT
86 */ 89 */