]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/ui.h
Added loading EMV transaction parameters from json file (#659)
[proxmark3-svn] / client / ui.h
index 2986efafdaa12dd5052b57d0761202edb679acc6..1273fe9e7cf31873801be95a3361692744ee7c15 100644 (file)
 
 #include <stdbool.h>
 #include <stdint.h>
-#include <pthread.h>
-
-// a global mutex to prevent interlaced printing from different threads
-pthread_mutex_t print_lock;
-extern uint8_t g_debugMode;
 
 void ShowGui(void);
 void HideGraphWindow(void);
@@ -25,10 +20,10 @@ void ShowGraphWindow(void);
 void RepaintGraphWindow(void);
 void PrintAndLog(char *fmt, ...);
 void SetLogFilename(char *fn);
+void SetFlushAfterWrite(bool flush_after_write);
 
 extern double CursorScaleFactor;
 extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault, CursorCPos, CursorDPos, GridOffset;
-extern bool flushAfterWrite;   //buzzy
 extern bool GridLocked;
 extern bool showDemod;
 
Impressum, Datenschutz