proxmark3/client/pm3_binlib.h
Philippe Teuwen 0373696662 make style
2019-03-10 00:00:59 +01: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 */