X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f46c3663218b685d7d5ed83781daea1360595261..2d3c535ec9eed70422bdf46c64d421f87185beee:/client/cmdcrc.h diff --git a/client/cmdcrc.h b/client/cmdcrc.h index ea02f884..f542fa27 100644 --- a/client/cmdcrc.h +++ b/client/cmdcrc.h @@ -12,4 +12,6 @@ #define CMDCRC_H__ int CmdCrc(const char *Cmd); +int CmdrevengTest(const char *Cmd); +int GetModels(char *Models[], int *count, uint32_t *width); #endif