aboutsummaryrefslogtreecommitdiff
path: root/src/set/set.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-28 12:05:53 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-28 12:05:53 +0000
commit264c9b7f668d0429eaae01075c742ae6ad6f49ee (patch)
tree74f6b4a2ba7b9cb08377beb3e7ba6cf65e57188a /src/set/set.h
parentf23525cfc0c0a8931db0b20b35c1aabbfbc5ac4e (diff)
downloadgnunet-264c9b7f668d0429eaae01075c742ae6ad6f49ee.tar.gz
gnunet-264c9b7f668d0429eaae01075c742ae6ad6f49ee.zip
-doxygen
Diffstat (limited to 'src/set/set.h')
-rw-r--r--src/set/set.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/set/set.h b/src/set/set.h
index f688ccf72..e6c739d1e 100644
--- a/src/set/set.h
+++ b/src/set/set.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 (C) 2012-2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -179,7 +179,7 @@ struct GNUNET_SET_EvaluateMessage
179 179
180 /** 180 /**
181 * Id of our set to evaluate, chosen implicitly by the client when it 181 * Id of our set to evaluate, chosen implicitly by the client when it
182 * calls #GNUNE_SET_commit(). 182 * calls #GNUNET_SET_commit().
183 */ 183 */
184 uint32_t request_id GNUNET_PACKED; 184 uint32_t request_id GNUNET_PACKED;
185 185
@@ -272,7 +272,7 @@ struct GNUNET_SET_CancelMessage
272struct GNUNET_SET_IterResponseMessage 272struct GNUNET_SET_IterResponseMessage
273{ 273{
274 /** 274 /**
275 * Type: #GNUNET_MESSAGE_TYPE_SET_ITER_RESPONSE 275 * Type: #GNUNET_MESSAGE_TYPE_SET_ITER_ELEMENT
276 */ 276 */
277 struct GNUNET_MessageHeader header; 277 struct GNUNET_MessageHeader header;
278 278