summaryrefslogtreecommitdiffstats
path: root/src/nfc-binding.h
diff options
context:
space:
mode:
authorLoïc Collignon <loic.collignon@iot.bzh>2017-11-09 15:03:18 +0100
committerLoïc Collignon <loic.collignon@iot.bzh>2017-11-09 15:03:18 +0100
commitaa5da1e1a47c4d8c6e3265e0d99335bebb28e378 (patch)
treecd4795cdb908874bd8cad1f821ff084b7832389e /src/nfc-binding.h
parent2f540d4b238b773ee1eaf4aae4c08e2fb93cabc5 (diff)
rename verbs to match the aia-binding expectations.
Change-Id: Ic959f94f55cd3c010663369c54e63089725a8556 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'src/nfc-binding.h')
-rw-r--r--src/nfc-binding.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nfc-binding.h b/src/nfc-binding.h
index a4fcfb4..767a448 100644
--- a/src/nfc-binding.h
+++ b/src/nfc-binding.h
@@ -13,5 +13,5 @@ void verb_subscribe(struct afb_req req);
void verb_unsubscribe(struct afb_req req);
void verb_list_devices(struct afb_req req);
void verb_list_devices_capabilities(struct afb_req req);
-void verb_start_polling(struct afb_req req);
-void verb_stop_polling(struct afb_req req);
+void verb_start(struct afb_req req);
+void verb_stop(struct afb_req req);