proxmark3/client/pm3_bitlib.h
Philippe Teuwen 0373696662 make style
2019-03-10 00:00:59 +01:00

8 lines
116 B
C

#ifndef PM3_BITLIB
#define PM3_BITLIB
#include <lua.h>
int set_bit_library(lua_State *L);
#endif /* PM3_BITLIB */