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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/messenger/messenger_api_contact_store.h b/src/messenger/messenger_api_contact_store.h
index c74a67740..b61ef7f12 100644
--- a/src/messenger/messenger_api_contact_store.h
+++ b/src/messenger/messenger_api_contact_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
@@ -105,7 +105,7 @@ get_store_contact (struct GNUNET_MESSENGER_ContactStore *store,
105 */ 105 */
106void 106void
107update_store_contact (struct GNUNET_MESSENGER_ContactStore *store, 107update_store_contact (struct GNUNET_MESSENGER_ContactStore *store,
108 struct GNUNET_MESSENGER_Contact* contact, 108 struct GNUNET_MESSENGER_Contact *contact,
109 const struct GNUNET_HashCode *context, 109 const struct GNUNET_HashCode *context,
110 const struct GNUNET_HashCode *next_context, 110 const struct GNUNET_HashCode *next_context,
111 const struct GNUNET_IDENTITY_PublicKey *pubkey); 111 const struct GNUNET_IDENTITY_PublicKey *pubkey);
@@ -120,7 +120,7 @@ update_store_contact (struct GNUNET_MESSENGER_ContactStore *store,
120 */ 120 */
121void 121void
122remove_store_contact (struct GNUNET_MESSENGER_ContactStore *store, 122remove_store_contact (struct GNUNET_MESSENGER_ContactStore *store,
123 struct GNUNET_MESSENGER_Contact* contact, 123 struct GNUNET_MESSENGER_Contact *contact,
124 const struct GNUNET_HashCode *context); 124 const struct GNUNET_HashCode *context);
125 125
126#endif //GNUNET_MESSENGER_API_CONTACT_STORE_H 126#endif //GNUNET_MESSENGER_API_CONTACT_STORE_H