mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-23 08:38:09 +00:00
12 lines
194 B
C
12 lines
194 B
C
/**
|
|
* Author......: See docs/credits.txt
|
|
* License.....: MIT
|
|
*/
|
|
|
|
#ifndef _HASHCAT_H
|
|
#define _HASHCAT_H
|
|
|
|
int hashcat (hashcat_ctx_t *hashcat_ctx, int argc, char **argv);
|
|
|
|
#endif // _HASHCAT_H
|