Added brackets around crc field in protocol listings
[legacy-proxmark3.git] / client / pm3_bitlib.h
blob45da0a34e985c85609db6ce85fac6f0c42356ff8
1 #ifndef PM3_BITLIB
2 #define PM3_BITLIB
4 #include <lua.h>
5 int set_bit_library (lua_State *L);
7 #endif /* PM3_BITLIB */