]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/comms.h
Add missing includes
[proxmark3-svn] / client / comms.h
index c35c4f254ae1ee9393f93c184c5dd8fcd9671a77..649576041921d9091b02962275e3fc2338186f69 100644 (file)
 #ifndef COMMS_H__
 #define COMMS_H__
 
+#include <stddef.h>
+#include <stdint.h>
 #include <stdbool.h>
 #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();
Impressum, Datenschutz