aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-28 19:27:09 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-28 19:27:09 +0000
commitd9a6df4d89721937385087d5796a510e60a4e84e (patch)
treed82ed75b20b4ee31ecb44302b926330c7a7ec249 /src/peerinfo.h
parent89ef8d3391791ec7eb21f5d7ba1d35132e559ecb (diff)
downloadgnunet-gtk-d9a6df4d89721937385087d5796a510e60a4e84e.tar.gz
gnunet-gtk-d9a6df4d89721937385087d5796a510e60a4e84e.zip
update
Diffstat (limited to 'src/peerinfo.h')
-rw-r--r--src/peerinfo.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/peerinfo.h b/src/peerinfo.h
index 1f354385..0bf97387 100644
--- a/src/peerinfo.h
+++ b/src/peerinfo.h
@@ -35,13 +35,11 @@
35 * @param cls closure 35 * @param cls closure
36 * @param peer id of the peer, NULL for last call 36 * @param peer id of the peer, NULL for last call
37 * @param hello hello message for the peer (can be NULL) 37 * @param hello hello message for the peer (can be NULL)
38 * @param trust amount of trust we have in the peer
39 */ 38 */
40void 39void
41GNUNET_GTK_peerinfo_processor (void *cls, 40GNUNET_GTK_peerinfo_processor (void *cls,
42 const struct GNUNET_PeerIdentity * peer, 41 const struct GNUNET_PeerIdentity * peer,
43 const struct GNUNET_HELLO_Message * hello, 42 const struct GNUNET_HELLO_Message * hello);
44 uint32_t trust);
45 43
46/* end of peerinfo.h */ 44/* end of peerinfo.h */
47#endif 45#endif