aboutsummaryrefslogtreecommitdiff
path: root/src/namecache
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 23:58:33 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:55:01 +0100
commitc12efffd6d6cc21a17d4280a7e8cd683f843c230 (patch)
tree595df83dd49316c97bead3bccc202278d0e38f47 /src/namecache
parentc235f90c2eaa8cf98e4c5a6af9e94e92f8f8be7b (diff)
downloadgnunet-c12efffd6d6cc21a17d4280a7e8cd683f843c230.tar.gz
gnunet-c12efffd6d6cc21a17d4280a7e8cd683f843c230.zip
-DOC: Documentation cleanup pass through NAMECACHE service
Diffstat (limited to 'src/namecache')
-rw-r--r--src/namecache/gnunet-service-namecache.c2
-rw-r--r--src/namecache/namecache_api.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/namecache/gnunet-service-namecache.c b/src/namecache/gnunet-service-namecache.c
index 07bf30de9..0d95cddfb 100644
--- a/src/namecache/gnunet-service-namecache.c
+++ b/src/namecache/gnunet-service-namecache.c
@@ -211,7 +211,7 @@ handle_lookup_block_it (void *cls,
211 * Handles a #GNUNET_MESSAGE_TYPE_NAMECACHE_LOOKUP_BLOCK message 211 * Handles a #GNUNET_MESSAGE_TYPE_NAMECACHE_LOOKUP_BLOCK message
212 * 212 *
213 * @param cls a `struct NamecacheClient *` 213 * @param cls a `struct NamecacheClient *`
214 * @param the inbound message 214 * @param ln_msg the inbound message
215 */ 215 */
216static void 216static void
217handle_lookup_block (void *cls, 217handle_lookup_block (void *cls,
diff --git a/src/namecache/namecache_api.c b/src/namecache/namecache_api.c
index 70c848037..5e820f8cc 100644
--- a/src/namecache/namecache_api.c
+++ b/src/namecache/namecache_api.c
@@ -259,7 +259,6 @@ handle_lookup_block_response (void *cls,
259 * 259 *
260 * @param cls the `struct GNUNET_NAMECACHE_Handle` 260 * @param cls the `struct GNUNET_NAMECACHE_Handle`
261 * @param msg the message we received 261 * @param msg the message we received
262 * @param size the message size
263 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error and we did NOT notify the client 262 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error and we did NOT notify the client
264 */ 263 */
265static void 264static void