]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.h
Comms refactor (prerequisite of libproxmark work) (#371)
[proxmark3-svn] / client / proxmark3.h
index 3f7c300441f2b7d2a2aeda619ceeced02384ccce..11b8aabdfe627a678e09ae7ae7b5500beb906433 100644 (file)
 #define PROXMARK3_H__
 
 #include "usb_cmd.h"
+#include "uart.h"
 
 #define PROXPROMPT "proxmark3> "
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 void SendCommand(UsbCommand *c);
 const char *get_my_executable_path(void);
 const char *get_my_executable_directory(void);
+void main_loop(char *script_cmds_file, char *script_cmd, bool usb_present, serial_port* sp);
+
+#ifdef __cplusplus
+}
+#endif
 
 #endif
Impressum, Datenschutz