1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-10 01:49:01 +00:00
hashcat/include/ext_dummy.h
2015-12-04 15:47:52 +01:00

14 lines
173 B
C

/**
* Author......: Jens Steube <jens.steube@gmail.com>
* License.....: MIT
*/
#ifndef EXT_SMI_H
#define EXT_SMI_H
#include <common.h>
typedef int HM_ADAPTER;
#endif