gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r27435 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r27435 - gnunet/src/include
Date: Wed, 12 Jun 2013 23:07:34 +0200

Author: grothoff
Date: 2013-06-12 23:07:34 +0200 (Wed, 12 Jun 2013)
New Revision: 27435

Modified:
   gnunet/src/include/gnunet_social_service.h
Log:
-make use of ability to reply on reject, i.e. to redirect to private room

Modified: gnunet/src/include/gnunet_social_service.h
===================================================================
--- gnunet/src/include/gnunet_social_service.h  2013-06-12 20:41:51 UTC (rev 
27434)
+++ gnunet/src/include/gnunet_social_service.h  2013-06-12 21:07:34 UTC (rev 
27435)
@@ -241,10 +241,16 @@
  *
  * @param home home to disallow 'nym' to join
  * @param nym handle for the entity that wanted to join
+ * @param method method name to invoke on caller
+ * @param message_size number of bytes in 'message' for method
+ * @param message rejection message to send back
  */
 void
 GNUNET_SOCIAL_home_reject_entry (struct GNUNET_SOCIAL_Home *home,
-                                struct GNUNET_SOCIAL_Nym *nym);
+                                struct GNUNET_SOCIAL_Nym *nym,
+                                const char *method,
+                                size_t message_size,
+                                const void *message);
 
 
 /**




reply via email to

[Prev in Thread] Current Thread [Next in Thread]