mirror of
https://github.com/hashcat/hashcat
synced 2024-12-01 20:18:12 +01:00
10 lines
146 B
C
10 lines
146 B
C
|
/**
|
||
|
* Authors.....: Jens Steube <jens.steube@gmail.com>
|
||
|
* License.....: MIT
|
||
|
*/
|
||
|
|
||
|
#ifndef _LOOPBACK_H
|
||
|
#define _LOOPBACK_H
|
||
|
|
||
|
#endif // _LOOPBACK_H
|