aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 22:26:23 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:54:58 +0100
commit98594a4d88fe911b57505e94ab3a1a9a6219ea0e (patch)
tree88ed10c8bd8f9dee8b7d8128052c6c68f0cb5c80 /src/include/gnunet_mq_lib.h
parent26cbf92d6e00b98787d1fb89da1f2089d9f76b1c (diff)
downloadgnunet-98594a4d88fe911b57505e94ab3a1a9a6219ea0e.tar.gz
gnunet-98594a4d88fe911b57505e94ab3a1a9a6219ea0e.zip
-DOC: Documentation cleanup pass through rest of UTIL libraries
Diffstat (limited to 'src/include/gnunet_mq_lib.h')
-rw-r--r--src/include/gnunet_mq_lib.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index a6bd58558..a06fb4eb7 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -390,9 +390,9 @@ typedef void
390 * FIFO of envelopes independent of MQ itself and wants to 390 * FIFO of envelopes independent of MQ itself and wants to
391 * re-use the pointers internal to @a env. Use with caution. 391 * re-use the pointers internal to @a env. Use with caution.
392 * 392 *
393 * @param[in|out] env_head of envelope DLL 393 * @param[in,out] env_head of envelope DLL
394 * @param[in|out] env_tail tail of envelope DLL 394 * @param[in,out] env_tail tail of envelope DLL
395 * @param[in|out] env element to insert at the tail 395 * @param[in,out] env element to insert at the tail
396 */ 396 */
397void 397void
398GNUNET_MQ_dll_insert_head (struct GNUNET_MQ_Envelope **env_head, 398GNUNET_MQ_dll_insert_head (struct GNUNET_MQ_Envelope **env_head,
@@ -408,9 +408,9 @@ GNUNET_MQ_dll_insert_head (struct GNUNET_MQ_Envelope **env_head,
408 * FIFO of envelopes independent of MQ itself and wants to 408 * FIFO of envelopes independent of MQ itself and wants to
409 * re-use the pointers internal to @a env. Use with caution. 409 * re-use the pointers internal to @a env. Use with caution.
410 * 410 *
411 * @param[in|out] env_head of envelope DLL 411 * @param[in,out] env_head of envelope DLL
412 * @param[in|out] env_tail tail of envelope DLL 412 * @param[in,out] env_tail tail of envelope DLL
413 * @param[in|out] env element to insert at the tail 413 * @param[in,out] env element to insert at the tail
414 */ 414 */
415void 415void
416GNUNET_MQ_dll_insert_tail (struct GNUNET_MQ_Envelope **env_head, 416GNUNET_MQ_dll_insert_tail (struct GNUNET_MQ_Envelope **env_head,
@@ -426,9 +426,9 @@ GNUNET_MQ_dll_insert_tail (struct GNUNET_MQ_Envelope **env_head,
426 * FIFO of envelopes independent of MQ itself and wants to 426 * FIFO of envelopes independent of MQ itself and wants to
427 * re-use the pointers internal to @a env. Use with caution. 427 * re-use the pointers internal to @a env. Use with caution.
428 * 428 *
429 * @param[in|out] env_head of envelope DLL 429 * @param[in,out] env_head of envelope DLL
430 * @param[in|out] env_tail tail of envelope DLL 430 * @param[in,out] env_tail tail of envelope DLL
431 * @param[in|out] env element to remove from the DLL 431 * @param[in,out] env element to remove from the DLL
432 */ 432 */
433void 433void
434GNUNET_MQ_dll_remove (struct GNUNET_MQ_Envelope **env_head, 434GNUNET_MQ_dll_remove (struct GNUNET_MQ_Envelope **env_head,