X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/1f247f6ac63295c54f5e8a95b2c39c6077d2d5ec..e1778858ddc53a6a82e8ee24f02e6b673687f69a:/client/cmdhflegic.h diff --git a/client/cmdhflegic.h b/client/cmdhflegic.h index 62aee740..db38b723 100644 --- a/client/cmdhflegic.h +++ b/client/cmdhflegic.h @@ -38,6 +38,7 @@ int CmdLegicReader(const char *Cmd); int CmdLegicELoad(const char *Cmd); int CmdLegicESave(const char *Cmd); int CmdLegicList(const char *Cmd); +int CmdLegicWipe(const char *Cmd); int HFLegicReader(const char *Cmd, bool verbose); int legic_print_type(uint32_t tagtype, uint8_t spaces);