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