Merge pull request #165 from wllm-rbnt/master
[legacy-proxmark3.git] / client / pm3_binlib.h
blobe45b0233c1a11be747a073065d4e302fdc068c6f
1 #ifndef PM3_BINLIB
2 #define PM3_BINLIB
4 #include <lua.h>
5 int set_bin_library (lua_State *L);
7 #endif /* PM3_BINLIB */