aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-19 18:12:49 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-19 18:12:49 +0000
commit506899aa2be2b4d5dc09c1740969c28ddf43c82d (patch)
tree12815e3faeca1c535a67a601ecab014c871068b6 /src/include/gnunet_mq_lib.h
parent1532728eb9a0fd858528a574ce27155436eaf76a (diff)
downloadgnunet-506899aa2be2b4d5dc09c1740969c28ddf43c82d.tar.gz
gnunet-506899aa2be2b4d5dc09c1740969c28ddf43c82d.zip
converting nse to new service API
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/**