aboutsummaryrefslogtreecommitdiff
path: root/src/util/peer.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-08-31 22:50:00 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:23 +0100
commit4d68c9fedf65188fec95205f39dad447e9b1ae44 (patch)
treed2d0492023380ed67065989bd66ed4dc52f81e2e /src/util/peer.c
parent7b4d69a64e7390e57439c04e1e43e3ca78fc7bbe (diff)
downloadgnunet-4d68c9fedf65188fec95205f39dad447e9b1ae44.tar.gz
gnunet-4d68c9fedf65188fec95205f39dad447e9b1ae44.zip
-DOC: Pass through UTIL libraries (HELPER, MST, NETWORK, OS, PEER)
Diffstat (limited to 'src/util/peer.c')
-rw-r--r--src/util/peer.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/util/peer.c b/src/util/peer.c
index 257922f36..809efdcd5 100644
--- a/src/util/peer.c
+++ b/src/util/peer.c
@@ -152,12 +152,6 @@ GNUNET_PEER_intern (const struct GNUNET_PeerIdentity *pid)
152} 152}
153 153
154 154
155/**
156 * Decrement multiple RCs of peer identities by one.
157 *
158 * @param ids array of PIDs to decrement the RCs of
159 * @param count size of the ids array
160 */
161void 155void
162GNUNET_PEER_decrement_rcs (const GNUNET_PEER_Id *ids, unsigned int count) 156GNUNET_PEER_decrement_rcs (const GNUNET_PEER_Id *ids, unsigned int count)
163{ 157{
@@ -235,12 +229,6 @@ GNUNET_PEER_resolve (GNUNET_PEER_Id id, struct GNUNET_PeerIdentity *pid)
235} 229}
236 230
237 231
238/**
239 * Convert an interned PID to a normal peer identity.
240 *
241 * @param id interned PID to convert
242 * @return pointer to peer identity, valid as long 'id' is valid
243 */
244const struct GNUNET_PeerIdentity * 232const struct GNUNET_PeerIdentity *
245GNUNET_PEER_resolve2 (GNUNET_PEER_Id id) 233GNUNET_PEER_resolve2 (GNUNET_PEER_Id id)
246{ 234{