From 69df430616757d929288064ccddf28f48a403c45 Mon Sep 17 00:00:00 2001 From: Gabor X Toth <*@tg-x.net> Date: Thu, 15 Aug 2013 16:43:35 +0000 Subject: multicast/psyc: transmit callbacks; social: password for home_advertise() --- src/include/gnunet_social_service.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include/gnunet_social_service.h') diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h index b3a5ca236..47673ad15 100644 --- a/src/include/gnunet_social_service.h +++ b/src/include/gnunet_social_service.h @@ -299,13 +299,15 @@ GNUNET_SOCIAL_home_get_key (struct GNUNET_SOCIAL_Home *home, * @param peers List of peers in the PLACE record that can be used to send join * requests to. * @param expiration_time Expiration time of the record, use 0 to remove the record. + * @param password Password used to encrypt the record. */ void GNUNET_SOCIAL_home_advertise (struct GNUNET_SOCIAL_Home *home, const char *name, size_t peer_count, const struct GNUNET_PeerIdentity *peers, - GNUNET_TIME_Relative expiration_time); + GNUNET_TIME_Relative expiration_time, + const char *password); /** -- cgit v1.2.3