]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdmain.h
major USB update
[proxmark3-svn] / client / cmdmain.h
index 3a4145c1f6dfeb743e1f4eedeafccc4f37414f8a..a745fea7bf9e76c0c9acd1760444b69465daaa5f 100644 (file)
@@ -15,7 +15,7 @@
 
 void UsbCommandReceived(UsbCommand *UC);
 void CommandReceived(char *Cmd);
-UsbCommand * WaitForResponseTimeout(uint32_t response_type, uint32_t ms_timeout);
-UsbCommand * 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