]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.h
Don't try to display the GUI when running in textmode (#387)
[proxmark3-svn] / client / proxmark3.h
index 343ec8c9cc35c3c63a68719a2f9566562cea0f8c..7ff7f6765f51e743d2278df51c02fb378bbe01b6 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, bool usb_present);
+
+#ifdef __cplusplus
+}
+#endif
 
 #endif
Impressum, Datenschutz