]> cvs.zerfleddert.de Git - proxmark3-svn/blame_incremental - 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
... / ...
CommitLineData
1#ifndef CMDMAIN_H__
2#define CMDMAIN_H__
3
4#include "usb_cmd.h"
5
6void UsbCommandReceived(UsbCommand *UC);
7void CommandReceived(char *Cmd);
8void WaitForResponse(uint32_t response_type);
9
10#endif
Impressum, Datenschutz