X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7e59994713a6267951e70bda4af8e1ed32c04af2..a36b278fadd47997b4d8e69dfeb4a126aa1932ee:/client/cmdcrc.h?ds=sidebyside

diff --git a/client/cmdcrc.h b/client/cmdcrc.h
index f542fa27..5041554d 100644
--- a/client/cmdcrc.h
+++ b/client/cmdcrc.h
@@ -13,5 +13,8 @@
 
 int CmdCrc(const char *Cmd);
 int CmdrevengTest(const char *Cmd);
-int GetModels(char *Models[], int *count, uint32_t *width);
+int CmdrevengTestC(const char *Cmd);
+int CmdrevengSearch(const char *Cmd);
+int GetModels(char *Models[], int *count, uint8_t *width);
+int RunModel(char *inModel, char *inHexStr, bool reverse, char endian, char *result);
 #endif