repo.or.cz
/
legacy-proxmark3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of github.com:Proxmark/proxmark3
[legacy-proxmark3.git]
/
client
/
pm3_bitlib.h
blob
45da0a34e985c85609db6ce85fac6f0c42356ff8
1
#ifndef PM3_BITLIB
2
#define PM3_BITLIB
3
4
#include <lua.h>
5
int
set_bit_library
(
lua_State
*
L
);
6
7
#endif
/* PM3_BITLIB */