proxmark3/client/src/pm3_binlib.h
2020-04-16 10:53:24 +02:00

8 lines
116 B
C

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