mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 12:29:35 +00:00
12 lines
163 B
C
12 lines
163 B
C
/**
|
|
* Author......: See docs/credits.txt
|
|
* License.....: MIT
|
|
*/
|
|
|
|
#ifndef _ATTACK_MODE_H
|
|
#define _ATTACK_MODE_H
|
|
|
|
#define ATTACK_MODE 0
|
|
|
|
#endif // _ATTACK_MODE_H
|