aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-08-05 22:51:54 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2021-08-05 22:51:54 +0200
commit781b6f9ab0528fff399b1a3844a6a1f88ca80ca5 (patch)
tree02a4b204383679b7868730fe7f85b9f15bc39318
parent466ee1f75c837f6c6d3585cc7f91db201521cb9c (diff)
downloadgnunet-781b6f9ab0528fff399b1a3844a6a1f88ca80ca5.tar.gz
gnunet-781b6f9ab0528fff399b1a3844a6a1f88ca80ca5.zip
-corrected doxygen documentation of the message callback
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--src/include/gnunet_messenger_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_messenger_service.h b/src/include/gnunet_messenger_service.h
index ff5a91409..5d7155a3d 100644
--- a/src/include/gnunet_messenger_service.h
+++ b/src/include/gnunet_messenger_service.h
@@ -532,8 +532,8 @@ typedef void
532/** 532/**
533 * Method called whenever a message is sent or received from a <i>room</i>. 533 * Method called whenever a message is sent or received from a <i>room</i>.
534 * 534 *
535 * The flag <i>private_message</i> will be #GNUNET_YES if a message was 535 * The <i>flags</i> will indicate with a bitmask if a message was
536 * received privately, otherwise #GNUNET_NO. 536 * received privately or if the message was sent by the client.
537 * 537 *
538 * @param[in/out] cls Closure from #GNUNET_MESSENGER_connect 538 * @param[in/out] cls Closure from #GNUNET_MESSENGER_connect
539 * @param[in] room Room handle 539 * @param[in] room Room handle