gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34132 - gnunet/src/social


From: gnunet
Subject: [GNUnet-SVN] r34132 - gnunet/src/social
Date: Sat, 9 Aug 2014 21:15:41 +0200

Author: bratao
Date: 2014-08-09 21:15:40 +0200 (Sat, 09 Aug 2014)
New Revision: 34132

Modified:
   gnunet/src/social/test_social.c
Log:
Function signature do not match definition.

Modified: gnunet/src/social/test_social.c
===================================================================
--- gnunet/src/social/test_social.c     2014-08-09 15:41:20 UTC (rev 34131)
+++ gnunet/src/social/test_social.c     2014-08-09 19:15:40 UTC (rev 34132)
@@ -696,7 +696,7 @@
 }
 
 
-void host_entered (void *cls, uint64_t max_message_id)
+void host_entered (void *cls, int result, uint64_t max_message_id)
 {
   GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Host entered to place.\n");
 




reply via email to

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