summaryrefslogtreecommitdiff
path: root/include/librfid/rfid_layer2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/librfid/rfid_layer2.h')
-rw-r--r--include/librfid/rfid_layer2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/librfid/rfid_layer2.h b/include/librfid/rfid_layer2.h
index 514a735..0f6f683 100644
--- a/include/librfid/rfid_layer2.h
+++ b/include/librfid/rfid_layer2.h
@@ -34,7 +34,7 @@ int rfid_layer2_getopt(struct rfid_layer2_handle *ph, int optname,
void *optval, unsigned int *optlen);
int rfid_layer2_setopt(struct rfid_layer2_handle *ph, int optname,
const void *optval, unsigned int optlen);
-
+char *rfid_layer2_name(struct rfid_layer2_handle *l2h);
#ifdef __LIBRFID__
#include <librfid/rfid_layer2_iso14443a.h>
personal git repositories of Harald Welte. Your mileage may vary