diff options
Diffstat (limited to 'command.h')
-rw-r--r-- | command.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,2 +1,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(); + |