mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
fix few missing declarations -> static or add include file
This commit is contained in:
parent
390d0ab525
commit
07cf3fd32b
12 changed files with 19 additions and 11 deletions
|
@ -508,7 +508,7 @@ int CmdGetBitStream(const char *Cmd) {
|
|||
RepaintGraphWindow();
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
int CmdConvertBitStream(const char *Cmd) {
|
||||
static int CmdConvertBitStream(const char *Cmd) {
|
||||
|
||||
if (isGraphBitstream()) {
|
||||
convertGraphFromBitstream();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue