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

This commit is contained in:
Tobias Brunner
2025-03-19 10:22:37 +01:00
parent 2553357f85
commit a7b5de5690
+1 -1
View File
@@ -265,7 +265,7 @@ int command_usage(char *error)
/** /**
* Show usage information * Show usage information
*/ */
static int help(int c, char *v[]) static int help()
{ {
return command_usage(NULL); return command_usage(NULL);
} }