mirror of
https://github.com/bol-van/zapret.git
synced 2026-03-09 14:55:25 +00:00
function without args () -> (void)
This commit is contained in:
@@ -55,7 +55,7 @@ const uint8_t fake_tls_clienthello_default[517] = {
|
||||
|
||||
static uint8_t zeropkt[DPI_DESYNC_MAX_FAKE_LEN];
|
||||
|
||||
void desync_init()
|
||||
void desync_init(void)
|
||||
{
|
||||
memset(zeropkt, 0, sizeof(zeropkt));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user