mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
pki: Fix signature of help() to match that of a callback in command_t
This commit is contained in:
parent
2553357f85
commit
a7b5de5690
@ -265,7 +265,7 @@ int command_usage(char *error)
|
||||
/**
|
||||
* Show usage information
|
||||
*/
|
||||
static int help(int c, char *v[])
|
||||
static int help()
|
||||
{
|
||||
return command_usage(NULL);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user