aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo.c')
-rw-r--r--src/peerinfo.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/peerinfo.c b/src/peerinfo.c
index 80595818..147144cd 100644
--- a/src/peerinfo.c
+++ b/src/peerinfo.c
@@ -31,12 +31,13 @@
31 * @param cls closure 31 * @param cls closure
32 * @param peer id of the peer, NULL for last call 32 * @param peer id of the peer, NULL for last call
33 * @param hello hello message for the peer (can be NULL) 33 * @param hello hello message for the peer (can be NULL)
34 * @param trust amount of trust we have in the peer 34 * @param err_msg NULL if successful, otherwise contains error message
35 */ 35 */
36void 36void
37GNUNET_GTK_peerinfo_processor (void *cls, 37GNUNET_GTK_peerinfo_processor (void *cls,
38 const struct GNUNET_PeerIdentity * peer, 38 const struct GNUNET_PeerIdentity * peer,
39 const struct GNUNET_HELLO_Message * hello) 39 const struct GNUNET_HELLO_Message * hello,
40 const char * err_msg)
40{ 41{
41 GtkListStore *ls; 42 GtkListStore *ls;
42 GtkTreeModel *tm; 43 GtkTreeModel *tm;