]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdmain.h
Add option -h to dump complete set of supported commands
[proxmark3-svn] / client / cmdmain.h
index 3a4145c1f6dfeb743e1f4eedeafccc4f37414f8a..ce4130bb5097d83c9cebc5776ebb2e5329312f47 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);
+void clearCommandBuffer();
 #endif
Impressum, Datenschutz