X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/2b4898ec7152d275384956a75666bf54c592f963..0fb65a262bcc005402f3c18aa460dc61129323d0:/client/cmddata.h diff --git a/client/cmddata.h b/client/cmddata.h index 552a37a1..d66e586f 100644 --- a/client/cmddata.h +++ b/client/cmddata.h @@ -59,7 +59,6 @@ int CmdSave(const char *Cmd); int CmdScale(const char *Cmd); int CmdDirectionalThreshold(const char *Cmd); int CmdZerocrossings(const char *Cmd); -int CmdIndalaDecode(const char *Cmd); int ASKbiphaseDemod(const char *Cmd, bool verbose); int ASKDemod(const char *Cmd, bool verbose, bool emSearch, uint8_t askType); int ASKDemod_ext(const char *Cmd, bool verbose, bool emSearch, uint8_t askType, bool *stCheck);