aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-21 17:47:06 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-21 17:47:06 +0100
commit89e606364e4ccb77d6e6d8b0b7518c1749d90243 (patch)
treeecffa55e6b6b92a49748f5c0304a1c83775be350 /src/include/gnunet_mq_lib.h
parent3767578e9ea875431d77b7cbc3ea3afb2dde1083 (diff)
downloadgnunet-89e606364e4ccb77d6e6d8b0b7518c1749d90243.tar.gz
gnunet-89e606364e4ccb77d6e6d8b0b7518c1749d90243.zip
change Makefile.am back so it builds at least; fix #4908 in cadet API
Diffstat (limited to 'src/include/gnunet_mq_lib.h')
-rw-r--r--src/include/gnunet_mq_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index a50a59c49..f9ad6c913 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -777,7 +777,7 @@ GNUNET_MQ_impl_send_continue (struct GNUNET_MQ_Handle *mq);
777 * try to send the next message until #gnunet_mq_impl_send_continue 777 * try to send the next message until #gnunet_mq_impl_send_continue
778 * is called. 778 * is called.
779 * 779 *
780 * only useful for implementing message queues, results in undefined 780 * Only useful for implementing message queues, results in undefined
781 * behavior if not used carefully. 781 * behavior if not used carefully.
782 * 782 *
783 * @param mq message queue to send the next message with 783 * @param mq message queue to send the next message with