We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d6db6c + 747da53 commit 25c3b12Copy full SHA for 25c3b12
src/tools/clu_funcs.c
@@ -59,7 +59,7 @@ static const struct option crypt_algo_options[] = {
59
/*
60
* generic help function
61
*/
62
- void wolfCLU_help()
+ void wolfCLU_help(void)
63
{ WOLFCLU_LOG(WOLFCLU_L0, " ");
64
WOLFCLU_LOG(WOLFCLU_L0, "-help Help, print out this help menu");
65
WOLFCLU_LOG(WOLFCLU_L0, " ");
@@ -227,7 +227,7 @@ void wolfCLU_verboseHelp(void)
227
228
* Encrypt Usage
229
230
-void wolfCLU_encryptHelp()
+void wolfCLU_encryptHelp(void)
231
{
232
WOLFCLU_LOG(WOLFCLU_L0, "\nAvailable En/De crypt Algorithms with current configure "
233
"settings.\n");
0 commit comments