aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/gnunet-service-messenger_list_handles.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-09-27 11:02:56 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2021-09-27 11:02:56 +0200
commit7ecc3a03a0670a1620c603502c9958b95e6dc1d0 (patch)
tree69d76fd05cbf0facae18b99b526c16426bf9b1c6 /src/messenger/gnunet-service-messenger_list_handles.h
parent1fef34e55a00816bdb237e87ff14d54e6575f763 (diff)
downloadgnunet-7ecc3a03a0670a1620c603502c9958b95e6dc1d0.tar.gz
gnunet-7ecc3a03a0670a1620c603502c9958b95e6dc1d0.zip
-indentation of parameters
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/messenger/gnunet-service-messenger_list_handles.h')
-rw-r--r--src/messenger/gnunet-service-messenger_list_handles.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/messenger/gnunet-service-messenger_list_handles.h b/src/messenger/gnunet-service-messenger_list_handles.h
index 9f7ca725f..f4d7ca5c0 100644
--- a/src/messenger/gnunet-service-messenger_list_handles.h
+++ b/src/messenger/gnunet-service-messenger_list_handles.h
@@ -69,7 +69,8 @@ clear_list_handles (struct GNUNET_MESSENGER_ListHandles *handles);
69 * @param[in/out] handle Handle 69 * @param[in/out] handle Handle
70 */ 70 */
71void 71void
72add_list_handle (struct GNUNET_MESSENGER_ListHandles *handles, struct GNUNET_MESSENGER_SrvHandle *handle); 72add_list_handle (struct GNUNET_MESSENGER_ListHandles *handles,
73 struct GNUNET_MESSENGER_SrvHandle *handle);
73 74
74/** 75/**
75 * Removes the first entry matching with a specific <i>handle</i> from the list of 76 * Removes the first entry matching with a specific <i>handle</i> from the list of
@@ -80,7 +81,8 @@ add_list_handle (struct GNUNET_MESSENGER_ListHandles *handles, struct GNUNET_MES
80 * @return #GNUNET_YES on success, otherwise #GNUNET_NO 81 * @return #GNUNET_YES on success, otherwise #GNUNET_NO
81 */ 82 */
82int 83int
83remove_list_handle (struct GNUNET_MESSENGER_ListHandles *handles, struct GNUNET_MESSENGER_SrvHandle *handle); 84remove_list_handle (struct GNUNET_MESSENGER_ListHandles *handles,
85 struct GNUNET_MESSENGER_SrvHandle *handle);
84 86
85/** 87/**
86 * Searches linearly through the list of <i>handles</i> for members of a specific room 88 * Searches linearly through the list of <i>handles</i> for members of a specific room
@@ -93,6 +95,7 @@ remove_list_handle (struct GNUNET_MESSENGER_ListHandles *handles, struct GNUNET_
93 * @return First handle which is a current member 95 * @return First handle which is a current member
94 */ 96 */
95struct GNUNET_MESSENGER_SrvHandle* 97struct GNUNET_MESSENGER_SrvHandle*
96find_list_handle_by_member (const struct GNUNET_MESSENGER_ListHandles *handles, const struct GNUNET_HashCode *key); 98find_list_handle_by_member (const struct GNUNET_MESSENGER_ListHandles *handles,
99 const struct GNUNET_HashCode *key);
97 100
98#endif //GNUNET_SERVICE_MESSENGER_LIST_HANDLES_H 101#endif //GNUNET_SERVICE_MESSENGER_LIST_HANDLES_H