X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b8ed9975e55c91abfd274e17d3414a31d53fab08..ac37ee816b0f00a5d02d9a860dc6180f71132675:/client/comms.h diff --git a/client/comms.h b/client/comms.h index c35c4f25..64957604 100644 --- a/client/comms.h +++ b/client/comms.h @@ -12,12 +12,14 @@ #ifndef COMMS_H__ #define COMMS_H__ +#include +#include #include #include "usb_cmd.h" extern void SetOffline(bool new_offline); extern bool IsOffline(); -extern bool OpenProxmark(void *port, bool wait_for_port, int timeout, bool flash_mode); +extern bool OpenProxmark(void *port, bool wait_for_port, int timeout); extern void CloseProxmark(void); extern void SendCommand(UsbCommand *c); extern void clearCommandBuffer();