aboutsummaryrefslogtreecommitdiff
path: root/src/namecache
diff options
context:
space:
mode:
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