mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-16 04:49:24 +00:00
12 lines
148 B
C
12 lines
148 B
C
|
/**
|
||
|
* Author......: Jens Steube <jens.steube@gmail.com>
|
||
|
* License.....: MIT
|
||
|
*/
|
||
|
|
||
|
#ifndef EXT_SMI_H
|
||
|
#define EXT_SMI_H
|
||
|
|
||
|
#include <common.h>
|
||
|
|
||
|
#endif
|