summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
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