summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2014-12-22 02:23:21 +0000
committerGDR! <gdr@gdr.name>2014-12-22 02:23:21 +0000
commit7324419faf44b59072633a76db24a8e612460c8f (patch)
tree54735824594c62628a0679ed22276ad7db1e31d3 /main.c
parentaa8985a908863134d3cd602a8f3b7a1778865e02 (diff)
Fixed callbacks on raspbian
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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)
482 * It checks for basic inconsistiencies and allocates the 482 * It checks for basic inconsistiencies and allocates the
483 * protocol_frame structure. 483 * protocol_frame structure.
484 */ 484 */
485int parse_lossless_packet(void *sender_uc, const uint8_t *data, uint32_t len) 485int parse_lossless_packet(Tox *tox, int32_t friendnumber, const uint8_t *data, uint32_t len, void *sender_uc)
486{ 486{
487 protocol_frame *frame = NULL; 487 protocol_frame *frame = NULL;
488 488