aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_identity_service.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2023-11-10 18:51:20 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2023-11-10 18:51:20 +0100
commitb56d5e12c913e32d97b6192afa14d84be6e236fb (patch)
treeacf98a52ca9d07320a4e76293c62d49339a7977a /src/include/gnunet_identity_service.h
parentdd8b7a5debd702ba05a7cc022db4fd5d715781ea (diff)
downloadgnunet-b56d5e12c913e32d97b6192afa14d84be6e236fb.tar.gz
gnunet-b56d5e12c913e32d97b6192afa14d84be6e236fb.zip
MESSENGER: Separate peer and member signed messages
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/include/gnunet_identity_service.h')
-rw-r--r--src/include/gnunet_identity_service.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index fd0458f62..d4192a77f 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2013 GNUnet e.V. 3 Copyright (C) 2013--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
@@ -207,6 +207,16 @@ GNUNET_IDENTITY_ego_get_public_key (struct GNUNET_IDENTITY_Ego *ego,
207 207
208 208
209/** 209/**
210 * Obtain the name associated with an ego.
211 *
212 * @param ego the ego
213 * @return associated name, valid as long as the ego is valid
214 */
215const char*
216GNUNET_IDENTITY_ego_get_name (const struct GNUNET_IDENTITY_Ego *ego);
217
218
219/**
210 * Method called to inform about the egos of this peer. 220 * Method called to inform about the egos of this peer.
211 * 221 *
212 * When used with #GNUNET_IDENTITY_connect, this function is 222 * When used with #GNUNET_IDENTITY_connect, this function is