X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/3a8464f0679d86904aa4ae2abb0cafe02e222ce8..d7246149631481995a1c71a65c31f1c2b0f0eae7:/client/prox.h diff --git a/client/prox.h b/client/prox.h index 21ee8c1a..4742ba9a 100644 --- a/client/prox.h +++ b/client/prox.h @@ -14,7 +14,8 @@ typedef WORD uint16_t; // prox.cpp void ReceiveCommand(UsbCommand *c); bool ReceiveCommandPoll(UsbCommand *c); -void SendCommand(UsbCommand *c, bool); +void SendCommand(UsbCommand *c); +void WaitForAck(void); void wait_for_response(uint32_t command_type); // gui.cpp @@ -43,6 +44,7 @@ int GetClock(char *str, int peak); static void CmdHIDdemodFSK(char *str); static void Cmdmanchestermod(char *str); static void CmdTune(char *str); +static void CmdHiTune(char *str); static void CmdHi15read(char *str); static void CmdHi14read(char *str); static void CmdSri512read(char *str);