]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdmain.h
major USB update
[proxmark3-svn] / client / cmdmain.h
index edd0205f73b9e61de83fd19e26dd08db9c012283..a745fea7bf9e76c0c9acd1760444b69465daaa5f 100644 (file)
@@ -15,6 +15,7 @@
 
 void UsbCommandReceived(UsbCommand *UC);
 void CommandReceived(char *Cmd);
-void WaitForResponse(uint32_t response_type);
+bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout);
+bool WaitForResponse(uint32_t cmd, UsbCommand* response);
 
 #endif
Impressum, Datenschutz