aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/gnunet-service-datastore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/gnunet-service-datastore.c')
-rw-r--r--src/datastore/gnunet-service-datastore.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/datastore/gnunet-service-datastore.c b/src/datastore/gnunet-service-datastore.c
index f95f09921..9ae400292 100644
--- a/src/datastore/gnunet-service-datastore.c
+++ b/src/datastore/gnunet-service-datastore.c
@@ -290,7 +290,6 @@ delete_expired (void *cls,
290 * expired items, re-schedule the "delete_expired" task. 290 * expired items, re-schedule the "delete_expired" task.
291 * 291 *
292 * @param cls not used 292 * @param cls not used
293 * @param next_cls closure to pass to the "next" function.
294 * @param key key for the content 293 * @param key key for the content
295 * @param size number of bytes in data 294 * @param size number of bytes in data
296 * @param data content stored 295 * @param data content stored
@@ -383,7 +382,6 @@ delete_expired (void *cls,
383 * that deletes until we're happy with respect to our quota. 382 * that deletes until we're happy with respect to our quota.
384 * 383 *
385 * @param cls closure 384 * @param cls closure
386 * @param next_cls closure to pass to the "next" function.
387 * @param key key for the content 385 * @param key key for the content
388 * @param size number of bytes in data 386 * @param size number of bytes in data
389 * @param data content stored 387 * @param data content stored
@@ -517,8 +515,6 @@ transmit_callback (void *cls,
517 * 515 *
518 * @param client target of the message 516 * @param client target of the message
519 * @param msg message to transmit, will be freed! 517 * @param msg message to transmit, will be freed!
520 * @param tc function to call afterwards
521 * @param tc_cls closure for tc
522 */ 518 */
523static void 519static void
524transmit (struct GNUNET_SERVER_Client *client, 520transmit (struct GNUNET_SERVER_Client *client,
@@ -598,7 +594,6 @@ transmit_status (struct GNUNET_SERVER_Client *client,
598 * to the client. 594 * to the client.
599 * 595 *
600 * @param cls closure, pointer to the client (of type GNUNET_SERVER_Client). 596 * @param cls closure, pointer to the client (of type GNUNET_SERVER_Client).
601 * @param next_cls closure to use to ask for the next item
602 * @param key key for the content 597 * @param key key for the content
603 * @param size number of bytes in data 598 * @param size number of bytes in data
604 * @param data content stored 599 * @param data content stored