Add support for hash modules to usage.c

This commit is contained in:
jsteube
2019-01-06 13:23:45 +01:00
parent aec6a3bc99
commit 0186f025d3
10 changed files with 478 additions and 311 deletions
+1 -1
View File
@@ -10,6 +10,6 @@
#include <string.h>
void usage_mini_print (const char *progname);
void usage_big_print (const char *progname);
void usage_big_print (hashcat_ctx_t *hashcat_ctx);
#endif // _USAGE_H