forgot one edit within the client for ultralight C and desfire

This commit is contained in:
midnitesnake 2014-11-09 11:37:07 +00:00
commit 8b70b6e7c2
3 changed files with 19 additions and 7 deletions

View file

@ -45,3 +45,5 @@ uint64_t param_get64ex(const char *line, int paramnum, int deflt, int base);
int param_gethex(const char *line, int paramnum, uint8_t * data, int hexcnt);
int param_getstr(const char *line, int paramnum, char * str);
// Needed to Authenticate to Ultralight C tags & DESFIRE tags
void rol (uint8_t *data, const size_t len);