summaryrefslogtreecommitdiff
path: root/auto_tests/friends_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/friends_test.c')
-rw-r--r--auto_tests/friends_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/friends_test.c b/auto_tests/friends_test.c
index 5071319e..2448f97c 100644
--- a/auto_tests/friends_test.c
+++ b/auto_tests/friends_test.c
@@ -116,7 +116,7 @@ int parent_friend_request(DHT *dht)
116 return 0; 116 return 0;
117} 117}
118 118
119void child_got_request(uint8_t *public_key, uint8_t *data, uint16_t length, void *userdata) 119void child_got_request(Messenger *m, uint8_t *public_key, uint8_t *data, uint16_t length, void *userdata)
120{ 120{
121 fputs("OK\nsending status to parent", stdout); 121 fputs("OK\nsending status to parent", stdout);
122 fflush(stdout); 122 fflush(stdout);