#ifndef CMDHF14A_H__
#define CMDHF14A_H__
-#include <stdio.h>
#include <stdint.h>
-#include <stdlib.h>
-#include <inttypes.h>
-#include <string.h>
-#include <unistd.h>
#include <stdbool.h>
// structure and database for uid -> tagtype lookups
int CmdHF14ASnoop(const char *Cmd);
char* getTagInfo(uint8_t uid);
+extern void DropField();
extern int ExchangeAPDU14a(uint8_t *datain, int datainlen, bool activateField, bool leaveSignalON, uint8_t *dataout, int *dataoutlen);
#endif