mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
corrected prototype
This commit is contained in:
@@ -148,7 +148,7 @@ void print_iface_stats(const char *iface, time_t since, FILE * out)
|
||||
}
|
||||
|
||||
#else
|
||||
void print_iface_stats(const char *iface, FILE * out)
|
||||
void print_iface_stats(const char *iface, time_t since, FILE * out)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user