aboutsummaryrefslogtreecommitdiff
path: root/src/util/resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/resolver.h')
-rw-r--r--src/util/resolver.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/util/resolver.h b/src/util/resolver.h
index 0991ad39f..9b75b0c66 100644
--- a/src/util/resolver.h
+++ b/src/util/resolver.h
@@ -11,12 +11,12 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20 20
21/** 21/**
22 * @author Christian Grothoff 22 * @author Christian Grothoff
@@ -40,8 +40,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
40 * will just be a header without any data (used to indicate the end of 40 * will just be a header without any data (used to indicate the end of
41 * the list). 41 * the list).
42 */ 42 */
43struct GNUNET_RESOLVER_GetMessage 43struct GNUNET_RESOLVER_GetMessage {
44{
45 /** 44 /**
46 * Type: #GNUNET_MESSAGE_TYPE_RESOLVER_REQUEST 45 * Type: #GNUNET_MESSAGE_TYPE_RESOLVER_REQUEST
47 */ 46 */
@@ -66,12 +65,10 @@ struct GNUNET_RESOLVER_GetMessage
66 65
67 /* followed by 0-terminated string for A/AAAA-lookup or 66 /* followed by 0-terminated string for A/AAAA-lookup or
68 by 'struct in_addr' / 'struct in6_addr' for reverse lookup */ 67 by 'struct in_addr' / 'struct in6_addr' for reverse lookup */
69
70}; 68};
71 69
72 70
73struct GNUNET_RESOLVER_ResponseMessage 71struct GNUNET_RESOLVER_ResponseMessage {
74{
75 /** 72 /**
76 * Type: #GNUNET_MESSAGE_TYPE_RESOLVER_RESPONSE 73 * Type: #GNUNET_MESSAGE_TYPE_RESOLVER_RESPONSE
77 */ 74 */