proxmark3/client/pm3_binlib.h

8 lines
116 B
C
Raw Normal View History

#ifndef PM3_BINLIB
#define PM3_BINLIB
#include <lua.h>
2019-03-10 07:00:59 +08:00
int set_bin_library(lua_State *L);
#endif /* PM3_BINLIB */