summaryrefslogtreecommitdiff
path: root/include/librfid/rfid_scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/librfid/rfid_scan.h')
-rw-r--r--include/librfid/rfid_scan.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/librfid/rfid_scan.h b/include/librfid/rfid_scan.h
index dcfd7bf..50910fb 100644
--- a/include/librfid/rfid_scan.h
+++ b/include/librfid/rfid_scan.h
@@ -5,6 +5,12 @@
#include <librfid/rfid_layer2.h>
#include <librfid/rfid_protocol.h>
+struct rfid_layer2_handle *
+rfid_layer2_scan(struct rfid_reader_handle *rh);
+
+struct rfid_protocol_handle *
+rfid_protocol_scan(struct rfid_layer2_handle *l2h);
+
int rfid_scan(struct rfid_reader_handle *rh,
struct rfid_layer2_handle **l2h,
struct rfid_protocol_handle **ph);
personal git repositories of Harald Welte. Your mileage may vary