]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/hidcardformats.h
lf hid: Added encode/decode support for Issue Level
[proxmark3-svn] / client / hidcardformats.h
index 8ff887f7af7fe1f28a24b3d36a299040b4a97f8c..b8c6afb48ea03c69fb44820a83d5e9cf70026862 100644 (file)
@@ -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
Impressum, Datenschutz