pki: Fix signature of help() to match that of a callback in command_t

This commit is contained in:
Tobias Brunner 2025-02-21 17:18:35 +01:00
parent 2553357f85
commit a7b5de5690

View File

@ -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);
}