X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a71ece51e49f739e0eff8022e6c5d66813d1aa56..68ff832584696b96ce0939149c1435a5d8081dc5:/client/cmdcrc.h?ds=sidebyside 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