Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Jan 11, 2025
1 parent 0f807bf commit 5cb7eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const quicly_cid_plaintext_t *new_master_id(void)
return &master;
}

static int on_stream_open(quicly_stream_open_t *self, quicly_stream_t *stream)
static int64_t on_stream_open(quicly_stream_open_t *self, quicly_stream_t *stream)
{
test_streambuf_t *sbuf;
int ret;
Expand Down

0 comments on commit 5cb7eb6

Please sign in to comment.