commit 130bcc21ae7a0dfda053b4a636b551e64226a41d
parent 3a4a76fb42fcb8aa81c8f4202936574263b843bd
Author: Bruno Cabral <bcabral@uw.edu>
Date: Sat, 9 Aug 2014 19:15:40 +0000
Function signature do not match definition.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/social/test_social.c b/src/social/test_social.c
@@ -696,7 +696,7 @@ void id_guest_created (void *cls, const char *emsg)
}
-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");