X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d6b455ed4eee2730091ed0a636ed753138adec0b..bcffcca25fe44473640cce8342173217c987ec52:/client/cmdlfawid.h diff --git a/client/cmdlfawid.h b/client/cmdlfawid.h index 603c92c7..00622927 100644 --- a/client/cmdlfawid.h +++ b/client/cmdlfawid.h @@ -17,5 +17,8 @@ int CmdAWIDDemodFSK(const char *Cmd); int CmdAWIDSim(const char *Cmd); int CmdAWIDClone(const char *Cmd); int getAWIDBits(unsigned int fc, unsigned int cn, uint8_t *AWIDBits); +int usage_lf_awid_fskdemod(void); +int usage_lf_awid_clone(void); +int usage_lf_awid_sim(void); #endif