2016-09-06 13:28:56 +00:00
|
|
|
/**
|
2016-09-11 20:20:15 +00:00
|
|
|
* Author......: See docs/credits.txt
|
2016-09-06 13:28:56 +00:00
|
|
|
* License.....: MIT
|
|
|
|
*/
|
|
|
|
|
2016-09-06 16:44:05 +00:00
|
|
|
#ifndef _USAGE_H
|
|
|
|
#define _USAGE_H
|
2016-09-06 13:28:56 +00:00
|
|
|
|
2016-10-09 20:41:55 +00:00
|
|
|
#include <stdio.h>
|
2016-10-25 10:25:53 +00:00
|
|
|
#include <string.h>
|
2016-10-09 20:41:55 +00:00
|
|
|
|
2016-09-06 13:28:56 +00:00
|
|
|
void usage_mini_print (const char *progname);
|
2019-01-06 12:23:45 +00:00
|
|
|
void usage_big_print (hashcat_ctx_t *hashcat_ctx);
|
2016-09-06 16:44:05 +00:00
|
|
|
|
|
|
|
#endif // _USAGE_H
|