X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8b39fed4e5ef903c7c5421d1c9de31007b478152..902cb3c00b49535f0de9a3b6d5ba0c54260ccac1:/client/proxusb.h diff --git a/client/proxusb.h b/client/proxusb.h index 5845888a..cc34fd48 100644 --- a/client/proxusb.h +++ b/client/proxusb.h @@ -19,9 +19,9 @@ extern unsigned char return_on_error; extern unsigned char error_occured; -void SendCommand(UsbCommand *c); -bool ReceiveCommandPoll(UsbCommand *c); -void ReceiveCommand(UsbCommand *c); +void SendCommand_(HidCommand *c); +bool ReceiveCommandPoll(HidCommand *c); +void ReceiveCommand(HidCommand *c); struct usb_dev_handle* FindProxmark(int verbose, unsigned int *iface); struct usb_dev_handle* OpenProxmark(int verbose); void CloseProxmark(void);