aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_mq_lib.h')
-rw-r--r--src/include/gnunet_mq_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index ff8c9ba1b..567624985 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -619,12 +619,12 @@ GNUNET_MQ_set_handlers_closure (struct GNUNET_MQ_Handle *mq,
619 * 619 *
620 * @param ev message to call the notify callback for 620 * @param ev message to call the notify callback for
621 * @param cb the notify callback 621 * @param cb the notify callback
622 * @param cls closure for the callback 622 * @param cb_cls closure for the callback
623 */ 623 */
624void 624void
625GNUNET_MQ_notify_sent (struct GNUNET_MQ_Envelope *ev, 625GNUNET_MQ_notify_sent (struct GNUNET_MQ_Envelope *ev,
626 GNUNET_MQ_NotifyCallback cb, 626 GNUNET_MQ_NotifyCallback cb,
627 void *cls); 627 void *cb_cls);
628 628
629 629
630/** 630/**