]> 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 8236bfe71fb345cbd5c3b3066cc40f779cae8277..7ff7f6765f51e743d2278df51c02fb378bbe01b6 100644 (file)
 #ifndef PROXMARK3_H__
 #define PROXMARK3_H__
 
-#define __STDC_FORMAT_MACROS
-#include <inttypes.h>
-#define llx PRIx64
-#define lli PRIi64
-#define hhu PRIu8
-
 #include "usb_cmd.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, bool usb_present);
+
+#ifdef __cplusplus
+}
+#endif
 
 #endif
Impressum, Datenschutz