Rename MifareTag to FreefareTag.

Because we are libfreefare and not libmifare, the generic tag type
should not be so specific.
This commit is contained in:
Romain Tartière 2015-05-11 18:48:10 +02:00
parent d946230aec
commit 42b21ff42f
42 changed files with 384 additions and 381 deletions

View file

@ -25,8 +25,8 @@
static nfc_context *context;
static nfc_device *device = NULL;
static MifareTag *tags = NULL;
MifareTag tag = NULL;
static FreefareTag *tags = NULL;
FreefareTag tag = NULL;
void
cut_setup (void)