]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdmain.h
improved command hf mf sniff. Now it cant decode nested authentication and cant write...
[proxmark3-svn] / client / cmdmain.h
index edd0205f73b9e61de83fd19e26dd08db9c012283..3a4145c1f6dfeb743e1f4eedeafccc4f37414f8a 100644 (file)
@@ -15,6 +15,7 @@
 
 void UsbCommandReceived(UsbCommand *UC);
 void CommandReceived(char *Cmd);
-void WaitForResponse(uint32_t response_type);
+UsbCommand * WaitForResponseTimeout(uint32_t response_type, uint32_t ms_timeout);
+UsbCommand * WaitForResponse(uint32_t response_type);
 
 #endif
Impressum, Datenschutz