summaryrefslogtreecommitdiff
path: root/command.h
blob: 6c566519b52c5f16e502171d50d8b29cf214ddb5 (plain)
1
2
3
4
5
6
int command_handle(int fd);
int command_start(nfc_tag_info_t* info);
int command_stop(nfc_tag_info_t* info);
void command_reap();
void command_free();