]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxusb.h
major USB update
[proxmark3-svn] / client / proxusb.h
index 5845888a539af7ea01b200f815ffe8b23cc809c5..cc34fd4837b283c2e740478e562c3ed66de35fbc 100644 (file)
@@ -19,9 +19,9 @@
 extern unsigned char return_on_error;
 extern unsigned char error_occured;
 
 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);
 struct usb_dev_handle* FindProxmark(int verbose, unsigned int *iface);
 struct usb_dev_handle* OpenProxmark(int verbose);
 void CloseProxmark(void);
Impressum, Datenschutz