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