X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/3a8464f0679d86904aa4ae2abb0cafe02e222ce8..d5be6f7cd4bedb62331f1ab61c63e74897b17d46:/client/prox.h diff --git a/client/prox.h b/client/prox.h index 21ee8c1a..10429dc1 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