mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
renamed 'sread' to 'read'
This commit is contained in:
parent
b6359def47
commit
955c7a642d
1 changed files with 6 additions and 2 deletions
|
@ -11,14 +11,18 @@
|
||||||
#ifndef CMDLFEM4X50_H__
|
#ifndef CMDLFEM4X50_H__
|
||||||
#define CMDLFEM4X50_H__
|
#define CMDLFEM4X50_H__
|
||||||
|
|
||||||
|
#include"common.h"
|
||||||
|
|
||||||
int usage_lf_em4x50_info(void);
|
int usage_lf_em4x50_info(void);
|
||||||
int usage_lf_em4x50_write(void);
|
int usage_lf_em4x50_write(void);
|
||||||
int usage_lf_em4x50_write_password(void);
|
int usage_lf_em4x50_write_password(void);
|
||||||
int usage_lf_em4x50_sread(void);
|
int usage_lf_em4x50_read(void);
|
||||||
|
|
||||||
|
int EM4x50Read(const char *Cmd, bool verbose);
|
||||||
|
|
||||||
int CmdEM4x50Info(const char *Cmd);
|
int CmdEM4x50Info(const char *Cmd);
|
||||||
int CmdEM4x50Write(const char *Cmd);
|
int CmdEM4x50Write(const char *Cmd);
|
||||||
int CmdEM4x50WritePassword(const char *Cmd);
|
int CmdEM4x50WritePassword(const char *Cmd);
|
||||||
int CmdEM4x50SRead(const char *Cmd);
|
int CmdEM4x50Read(const char *Cmd);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue