function without args () -> (void)

This commit is contained in:
bol-van
2023-10-13 20:10:46 +03:00
parent c2075ba941
commit 3e8d7676fc
16 changed files with 59 additions and 59 deletions

View File

@@ -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));
}