mirror of
https://github.com/norohind/hans.git
synced 2025-06-07 10:53:26 +03:00
Made usage() static
This commit is contained in:
parent
736099944d
commit
3459887cf7
@ -45,7 +45,7 @@ static void sig_int_handler(int)
|
|||||||
syslog(LOG_INFO, "SIGINT received");
|
syslog(LOG_INFO, "SIGINT received");
|
||||||
}
|
}
|
||||||
|
|
||||||
void usage()
|
static void usage()
|
||||||
{
|
{
|
||||||
printf(
|
printf(
|
||||||
"Hans - IP over ICMP version 0.4.1\n\n"
|
"Hans - IP over ICMP version 0.4.1\n\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user