From 130bcc21ae7a0dfda053b4a636b551e64226a41d Mon Sep 17 00:00:00 2001 From: Bruno Cabral Date: Sat, 9 Aug 2014 19:15:40 +0000 Subject: Function signature do not match definition. --- src/social/test_social.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/social/test_social.c b/src/social/test_social.c index 9885032b3..d7a407c1a 100644 --- 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"); -- cgit v1.2.3