aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/gnunet-service-messenger_list_messages.h
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 20:44:52 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:34 +0100
commitdd797c2c6c01520fa73b1fd335ccd42df86b1b4d (patch)
tree1f508fa523fa7c3400fbd4f95a344d7f44ce37c1 /src/messenger/gnunet-service-messenger_list_messages.h
parent1d0bbddfefaefb6e3f5cd240e56462a6bef2fa09 (diff)
downloadgnunet-dd797c2c6c01520fa73b1fd335ccd42df86b1b4d.tar.gz
gnunet-dd797c2c6c01520fa73b1fd335ccd42df86b1b4d.zip
-DOC: Documentation cleanup pass through MESSENGER subsystem
Diffstat (limited to 'src/messenger/gnunet-service-messenger_list_messages.h')
-rw-r--r--src/messenger/gnunet-service-messenger_list_messages.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/messenger/gnunet-service-messenger_list_messages.h b/src/messenger/gnunet-service-messenger_list_messages.h
index 7abc8c00f..e270209c8 100644
--- a/src/messenger/gnunet-service-messenger_list_messages.h
+++ b/src/messenger/gnunet-service-messenger_list_messages.h
@@ -56,7 +56,7 @@ init_list_messages (struct GNUNET_MESSENGER_ListMessages *messages);
56/** 56/**
57 * Clears the list of message hashes. 57 * Clears the list of message hashes.
58 * 58 *
59 * @param[in/out] messages List of hashes 59 * @param[in,out] messages List of hashes
60 */ 60 */
61void 61void
62clear_list_messages (struct GNUNET_MESSENGER_ListMessages *messages); 62clear_list_messages (struct GNUNET_MESSENGER_ListMessages *messages);
@@ -64,7 +64,7 @@ clear_list_messages (struct GNUNET_MESSENGER_ListMessages *messages);
64/** 64/**
65 * Adds a specific <i>hash</i> from a message to the end of the list. 65 * Adds a specific <i>hash</i> from a message to the end of the list.
66 * 66 *
67 * @param[in/out] messages List of hashes 67 * @param[in,out] messages List of hashes
68 * @param[in] hash Hash of message 68 * @param[in] hash Hash of message
69 */ 69 */
70void 70void
@@ -74,7 +74,7 @@ add_to_list_messages (struct GNUNET_MESSENGER_ListMessages *messages,
74/** 74/**
75 * Copies all message hashes from an <i>origin</i> to another list. 75 * Copies all message hashes from an <i>origin</i> to another list.
76 * 76 *
77 * @param[in/out] messages Destination list of hashes 77 * @param[in,out] messages Destination list of hashes
78 * @param[in] origin Source list of hashes 78 * @param[in] origin Source list of hashes
79 */ 79 */
80void 80void
@@ -84,7 +84,7 @@ copy_list_messages (struct GNUNET_MESSENGER_ListMessages *messages,
84/** 84/**
85 * Removes the first entry with a matching <i>hash</i> from the list. 85 * Removes the first entry with a matching <i>hash</i> from the list.
86 * 86 *
87 * @param[in/out] messages List of hashes 87 * @param[in,out] messages List of hashes
88 * @param[in] hash Hash of message 88 * @param[in] hash Hash of message
89 */ 89 */
90void 90void