X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a71ece51e49f739e0eff8022e6c5d66813d1aa56..60e8657796583774aae6f8f4937d008ed12cb04d:/client/cmdcrc.h diff --git a/client/cmdcrc.h b/client/cmdcrc.h index ea02f884..30225dc5 100644 --- a/client/cmdcrc.h +++ b/client/cmdcrc.h @@ -12,4 +12,7 @@ #define CMDCRC_H__ int CmdCrc(const char *Cmd); + +int GetModels(char *Models[], int *count, uint32_t *width); +int RunModel(char *inModel, char *inHexStr, bool reverse, char endian, char *result); #endif