mirror of
https://github.com/bol-van/zapret.git
synced 2025-12-30 19:38:08 +03:00
function without args () -> (void)
This commit is contained in:
@@ -37,7 +37,7 @@ static void count_legs(struct tailhead *conn_list)
|
||||
|
||||
}
|
||||
*/
|
||||
static void print_legs()
|
||||
static void print_legs(void)
|
||||
{
|
||||
VPRINT("Legs : local:%d remote:%d", legs_local, legs_remote)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user