From 7324419faf44b59072633a76db24a8e612460c8f Mon Sep 17 00:00:00 2001 From: GDR! Date: Mon, 22 Dec 2014 02:23:21 +0000 Subject: Fixed callbacks on raspbian --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 3c3a4fb..3979d3d 100644 --- a/main.c +++ b/main.c @@ -482,7 +482,7 @@ int handle_frame(protocol_frame *frame) * It checks for basic inconsistiencies and allocates the * protocol_frame structure. */ -int parse_lossless_packet(void *sender_uc, const uint8_t *data, uint32_t len) +int parse_lossless_packet(Tox *tox, int32_t friendnumber, const uint8_t *data, uint32_t len, void *sender_uc) { protocol_frame *frame = NULL; -- cgit v1.2.3