]> git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdmain.h
Change -std=c99 to -std=gnu99 to be able to compile libusb-0.1.* which uses u_int...
[proxmark3-svn] / client / cmdmain.h
1 #ifndef CMDMAIN_H__
2 #define CMDMAIN_H__
3
4 #include "usb_cmd.h"
5
6 void UsbCommandReceived(UsbCommand *UC);
7 void CommandReceived(char *Cmd);
8 void WaitForResponse(uint32_t response_type);
9
10 #endif
Impressum, Datenschutz