projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
FIX: Coverity , Argument can't be negative, CID #121323, ftell(f) can be negative...
[proxmark3-svn]
/
client
/
cmdcrc.h
diff --git
a/client/cmdcrc.h
b/client/cmdcrc.h
index c37ba2b136298d984f4d76c477cc349bf1bb6c6c..d1dd1c1716d26ecac589127bbda919de8b8a7bbb 100644
(file)
--- a/
client/cmdcrc.h
+++ b/
client/cmdcrc.h
@@
-12,5
+12,8
@@
#define CMDCRC_H__
int CmdCrc(const char *Cmd);
#define CMDCRC_H__
int CmdCrc(const char *Cmd);
-int CmdCrcCalc(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
#endif
Impressum
,
Datenschutz