]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.h
Merge pull request #494 from qaisjp/patch-1
[proxmark3-svn] / client / proxmark3.h
index 2d19cf5c811af0d581f3fcef37ab010370dbd1f7..c6185c436457807c1adf4e9c08a8a9f2748d623b 100644 (file)
 
 #define PROXPROMPT "proxmark3> "
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 void SendCommand(UsbCommand *c);
-const char const *get_my_executable_path(void);
-const char const *get_my_executable_directory(void);
+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);
+
+#ifdef __cplusplus
+}
+#endif
 
 #endif
Impressum, Datenschutz