summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'command.h')
-rw-r--r--command.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/command.h b/command.h
index 7bae5ae..6c56651 100644
--- a/command.h
+++ b/command.h
@@ -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();
+