aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruno Cabral <bcabral@uw.edu>2014-08-09 19:15:40 +0000
committerBruno Cabral <bcabral@uw.edu>2014-08-09 19:15:40 +0000
commit130bcc21ae7a0dfda053b4a636b551e64226a41d (patch)
treee1660f3f15a920fbf92f817981babe5ac29c7ff7 /src
parent3a4a76fb42fcb8aa81c8f4202936574263b843bd (diff)
downloadgnunet-130bcc21ae7a0dfda053b4a636b551e64226a41d.tar.gz
gnunet-130bcc21ae7a0dfda053b4a636b551e64226a41d.zip
Function signature do not match definition.
Diffstat (limited to 'src')
-rw-r--r--src/social/test_social.c2
1 files changed, 1 insertions, 1 deletions
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)
696} 696}
697 697
698 698
699void host_entered (void *cls, uint64_t max_message_id) 699void host_entered (void *cls, int result, uint64_t max_message_id)
700{ 700{
701 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Host entered to place.\n"); 701 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Host entered to place.\n");
702 702