X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/799ac5f14ad8975ead235dc6e46fda6cb71da3ed..43f5dd0705ad10f714c20776be36a8b5b3fc5f93:/client/mifarehost.h diff --git a/client/mifarehost.h b/client/mifarehost.h index c5644442..f42a40c0 100644 --- a/client/mifarehost.h +++ b/client/mifarehost.h @@ -45,5 +45,5 @@ extern int isBlockTrailer(int blockN); extern int loadTraceCard(uint8_t *tuid); extern int saveTraceCard(void); extern int tryDecryptWord(uint32_t nt, uint32_t ar_enc, uint32_t at_enc, uint8_t *data, int len); - +extern bool detect_classic_prng(); #endif