]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.h
Merge pull request #494 from qaisjp/patch-1
[proxmark3-svn] / client / proxmark3.h
index 343ec8c9cc35c3c63a68719a2f9566562cea0f8c..c6185c436457807c1adf4e9c08a8a9f2748d623b 100644 (file)
 
 #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);
+
+#ifdef __cplusplus
+}
+#endif
 
 #endif
Impressum, Datenschutz