]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdmain.h
Check keys in hf mf nested and hf mf chk (#414)
[proxmark3-svn] / client / cmdmain.h
index 0de3f39224ce898d172486c746f0089403081fdf..d39bc114a107a3f3beb1939abf11322ee7e9ec61 100644 (file)
@@ -18,6 +18,7 @@
 
 extern void UsbCommandReceived(UsbCommand *UC);
 extern int CommandReceived(char *Cmd);
+extern bool WaitForResponseTimeoutW(uint32_t cmd, UsbCommand* response, size_t ms_timeout, bool show_warning);
 extern bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout);
 extern bool WaitForResponse(uint32_t cmd, UsbCommand* response);
 extern void clearCommandBuffer();
Impressum, Datenschutz