aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo.h')
-rw-r--r--src/peerinfo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/peerinfo.h b/src/peerinfo.h
index 0bf97387..b620822f 100644
--- a/src/peerinfo.h
+++ b/src/peerinfo.h
@@ -35,11 +35,13 @@
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 err_msg NULL if successful, otherwise contains error message
38 */ 39 */
39void 40void
40GNUNET_GTK_peerinfo_processor (void *cls, 41GNUNET_GTK_peerinfo_processor (void *cls,
41 const struct GNUNET_PeerIdentity * peer, 42 const struct GNUNET_PeerIdentity * peer,
42 const struct GNUNET_HELLO_Message * hello); 43 const struct GNUNET_HELLO_Message * hello,
44 const char * err_msg);
43 45
44/* end of peerinfo.h */ 46/* end of peerinfo.h */
45#endif 47#endif