From bcb48ad6fa905f02703fcbd53d74326c51730afc Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 10 Apr 2013 13:29:13 +0000 Subject: doxygen --- src/peerinfo/gnunet-service-peerinfo.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/peerinfo') diff --git a/src/peerinfo/gnunet-service-peerinfo.c b/src/peerinfo/gnunet-service-peerinfo.c index d725968d8..d586eb2b5 100644 --- a/src/peerinfo/gnunet-service-peerinfo.c +++ b/src/peerinfo/gnunet-service-peerinfo.c @@ -169,6 +169,7 @@ static struct NotificationContext *nc_tail; * given host entry changing. * * @param he entry of the host for which we generate a notification + * @param include_friend_only create public of friend-only message * @return generated notification message */ static struct InfoMessage * @@ -315,11 +316,12 @@ update_hello (const struct GNUNET_PeerIdentity *peer, * addresses are expired, the HELLO is also removed (but the HELLO * with the public key is still returned if it was found and valid). * - * The file can contain up to two HELLO messages, a public and a friend only - * HELLO + * The file can contain multiple HELLO messages, but onlu a public and a friend only + * HELLO should be included * * @param fn name of the file * @param unlink_garbage if GNUNET_YES, try to remove useless files + * @param r ReadHostFileContext to store the resutl */ static void read_host_file (const char *fn, int unlink_garbage, struct ReadHostFileContext *r) -- cgit v1.2.3