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