X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b5a5fc4d9f6bae6a02f1d71ea4769f86b6cb6fb8..5d643cc03337448602b9ea7aee4d9c4581ca9434:/client/hidcardformats.h diff --git a/client/hidcardformats.h b/client/hidcardformats.h index 8ff887f7..b8c6afb4 100644 --- a/client/hidcardformats.h +++ b/client/hidcardformats.h @@ -27,6 +27,6 @@ void HIDListFormats(); int HIDFindCardFormat(const char *format); hidcardformat_t HIDGetCardFormat(int idx); bool HIDPack(/* in */int FormatIndex, /* in */hidproxcard_t* card, /* out */hidproxmessage_t* packed); -bool HIDTryUnpack(/* in */hidproxmessage_t* packed); +bool HIDTryUnpack(/* in */hidproxmessage_t* packed, /* in */bool ignoreParity); #endif