mirror of
https://github.com/bol-van/zapret.git
synced 2025-12-30 11:28:06 +03:00
function without args () -> (void)
This commit is contained in:
@@ -884,7 +884,7 @@ static void rawsend_clean_sock(int *sock)
|
||||
*sock=-1;
|
||||
}
|
||||
}
|
||||
void rawsend_cleanup()
|
||||
void rawsend_cleanup(void)
|
||||
{
|
||||
rawsend_clean_sock(&rawsend_sock4);
|
||||
rawsend_clean_sock(&rawsend_sock6);
|
||||
|
||||
Reference in New Issue
Block a user