mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-16 19:58:25 +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
|