1
mirror of https://github.com/hashcat/hashcat synced 2025-03-01 03:23:02 +01:00
hashcat/include/usage.h

13 lines
215 B
C
Raw Normal View History

2016-09-06 15:28:56 +02:00
/**
* Author......: See docs/credits.txt
2016-09-06 15:28:56 +02:00
* License.....: MIT
*/
#ifndef _USAGE_H
#define _USAGE_H
2016-09-06 15:28:56 +02:00
void usage_mini_print (const char *progname);
void usage_big_print (const char *progname);
#endif // _USAGE_H