aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/messenger_api_contact_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/messenger_api_contact_store.h')
-rw-r--r--src/messenger/messenger_api_contact_store.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/messenger/messenger_api_contact_store.h b/src/messenger/messenger_api_contact_store.h
index bdab2ceeb..1cdd3197b 100644
--- a/src/messenger/messenger_api_contact_store.h
+++ b/src/messenger/messenger_api_contact_store.h
@@ -50,7 +50,7 @@ init_contact_store (struct GNUNET_MESSENGER_ContactStore *store);
50/** 50/**
51 * Clears a contact store, wipes its content and deallocates its memory. 51 * Clears a contact store, wipes its content and deallocates its memory.
52 * 52 *
53 * @param[in/out] store Contact store 53 * @param[in,out] store Contact store
54 */ 54 */
55void 55void
56clear_contact_store (struct GNUNET_MESSENGER_ContactStore *store); 56clear_contact_store (struct GNUNET_MESSENGER_ContactStore *store);
@@ -63,7 +63,7 @@ clear_contact_store (struct GNUNET_MESSENGER_ContactStore *store);
63 * In case there is no contact stored which uses the given key or context, 63 * In case there is no contact stored which uses the given key or context,
64 * NULL gets returned. 64 * NULL gets returned.
65 * 65 *
66 * @param[in/out] store Contact store 66 * @param[in,out] store Contact store
67 * @param[in] context Member context 67 * @param[in] context Member context
68 * @param[in] key_hash Hash of public key 68 * @param[in] key_hash Hash of public key
69 */ 69 */
@@ -83,7 +83,7 @@ get_store_contact_raw (struct GNUNET_MESSENGER_ContactStore *store,
83 * The function returns NULL if an error occurs during allocation 83 * The function returns NULL if an error occurs during allocation
84 * or validation of the contacts key. 84 * or validation of the contacts key.
85 * 85 *
86 * @param[in/out] store Contact store 86 * @param[in,out] store Contact store
87 * @param[in] context Member context 87 * @param[in] context Member context
88 * @param[in] pubkey Public key of EGO 88 * @param[in] pubkey Public key of EGO
89 */ 89 */
@@ -98,8 +98,8 @@ get_store_contact (struct GNUNET_MESSENGER_ContactStore *store,
98 * 98 *
99 * This function allows changes of keys or changes of member contexts! 99 * This function allows changes of keys or changes of member contexts!
100 * 100 *
101 * @param[in/out] store Contact store 101 * @param[in,out] store Contact store
102 * @param[in/out] contact Contact 102 * @param[in,out] contact Contact
103 * @param[in] context Member context 103 * @param[in] context Member context
104 * @param[in] next_context Member context 104 * @param[in] next_context Member context
105 * @param[in] pubkey Public key of EGO 105 * @param[in] pubkey Public key of EGO
@@ -115,8 +115,8 @@ update_store_contact (struct GNUNET_MESSENGER_ContactStore *store,
115 * Removes a <i>contact</i> from the <i>store</i> which uses 115 * Removes a <i>contact</i> from the <i>store</i> which uses
116 * a given member <i>context</i>. 116 * a given member <i>context</i>.
117 * 117 *
118 * @param[in/out] store Contact store 118 * @param[in,out] store Contact store
119 * @param[in/out] contact Contact 119 * @param[in,out] contact Contact
120 * @param[in] context Member context 120 * @param[in] context Member context
121 */ 121 */
122void 122void