aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peer_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
commit502af2167f7c218366666ca4944bd7cc54b5b19a (patch)
treea91fec5cc9769d260640bd91c6633cb9cf395524 /src/include/gnunet_peer_lib.h
parent03af5a603b7cc53432249d5854cd412aa90dde0d (diff)
downloadgnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.tar.gz
gnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.zip
indentation
Diffstat (limited to 'src/include/gnunet_peer_lib.h')
-rw-r--r--src/include/gnunet_peer_lib.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/include/gnunet_peer_lib.h b/src/include/gnunet_peer_lib.h
index b6cba7d32..da364dd44 100644
--- a/src/include/gnunet_peer_lib.h
+++ b/src/include/gnunet_peer_lib.h
@@ -63,7 +63,7 @@ GNUNET_PEER_Id GNUNET_PEER_search (const struct GNUNET_PeerIdentity *pid);
63 * @param pid identity to intern 63 * @param pid identity to intern
64 * @return the interned identity. 64 * @return the interned identity.
65 */ 65 */
66GNUNET_PEER_Id GNUNET_PEER_intern (const struct GNUNET_PeerIdentity * pid); 66GNUNET_PEER_Id GNUNET_PEER_intern (const struct GNUNET_PeerIdentity *pid);
67 67
68 68
69/** 69/**
@@ -81,8 +81,7 @@ void GNUNET_PEER_change_rc (GNUNET_PEER_Id id, int delta);
81 * @param ids array of PIDs to decrement the RCs of 81 * @param ids array of PIDs to decrement the RCs of
82 * @param count size of the ids array 82 * @param count size of the ids array
83 */ 83 */
84void GNUNET_PEER_decrement_rcs (const GNUNET_PEER_Id * ids, 84void GNUNET_PEER_decrement_rcs (const GNUNET_PEER_Id *ids, unsigned int count);
85 unsigned int count);
86 85
87 86
88/** 87/**
@@ -91,8 +90,7 @@ void GNUNET_PEER_decrement_rcs (const GNUNET_PEER_Id * ids,
91 * @param id interned PID to convert 90 * @param id interned PID to convert
92 * @param pid where to write the normal peer identity 91 * @param pid where to write the normal peer identity
93 */ 92 */
94void GNUNET_PEER_resolve (GNUNET_PEER_Id id, 93void GNUNET_PEER_resolve (GNUNET_PEER_Id id, struct GNUNET_PeerIdentity *pid);
95 struct GNUNET_PeerIdentity * pid);
96 94
97 95
98/* ifndef GNUNET_PEER_LIB_H */ 96/* ifndef GNUNET_PEER_LIB_H */