aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/gnunet-service-messenger_member_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/gnunet-service-messenger_member_store.h')
-rw-r--r--src/messenger/gnunet-service-messenger_member_store.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/messenger/gnunet-service-messenger_member_store.h b/src/messenger/gnunet-service-messenger_member_store.h
index 05b00f39a..3dc39114b 100644
--- a/src/messenger/gnunet-service-messenger_member_store.h
+++ b/src/messenger/gnunet-service-messenger_member_store.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2020--2021 GNUnet e.V. 3 Copyright (C) 2020--2023 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -118,7 +118,9 @@ get_store_member (const struct GNUNET_MESSENGER_MemberStore *store,
118 118
119/** 119/**
120 * Returns the member of a <i>store</i> using a sender id of a given <i>message</i>. 120 * Returns the member of a <i>store</i> using a sender id of a given <i>message</i>.
121 * If the member does not provide a matching session, NULL gets returned. 121 *
122 * If the message is a peer message or the member does not provide a matching session,
123 * NULL gets returned.
122 * 124 *
123 * @param[in,out] store Member store 125 * @param[in,out] store Member store
124 * @param[in] message Message 126 * @param[in] message Message