This commit is contained in:
iceman1001 2019-04-07 18:35:01 +02:00
parent 4c4471331b
commit c881acd631

View file

@ -61,6 +61,8 @@ enum CardPSVendor {
CV_AMERICANEXPRESS,
CV_JCB,
CV_CB,
CV_SWITCH,
CV_DINERS,
CV_OTHER,
};
enum CardPSVendor GetCardPSVendor(uint8_t *AID, size_t AIDlen);