keycard-pro/app/core/card.h

13 lines
202 B
C
Raw Normal View History

2023-09-19 03:20:20 +00:00
#ifndef __CARD_SETTINGS__
#define __CARD_SETTINGS__
#include "common.h"
void card_change_name();
void card_change_pin();
void card_change_puk();
void card_change_pairing();
void card_reset();
#endif