summaryrefslogtreecommitdiff
path: root/include/librfid/rfid_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/librfid/rfid_protocol.h')
-rw-r--r--include/librfid/rfid_protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/librfid/rfid_protocol.h b/include/librfid/rfid_protocol.h
index d1960ef..28fae69 100644
--- a/include/librfid/rfid_protocol.h
+++ b/include/librfid/rfid_protocol.h
@@ -27,6 +27,8 @@ rfid_protocol_write(struct rfid_protocol_handle *ph,
int rfid_protocol_fini(struct rfid_protocol_handle *ph);
int rfid_protocol_close(struct rfid_protocol_handle *ph);
+char *rfid_protocol_name(struct rfid_protocol_handle *ph);
+
enum rfid_protocol_id {
RFID_PROTOCOL_UNKNOWN,
RFID_PROTOCOL_TCL,
personal git repositories of Harald Welte. Your mileage may vary