]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/ui.h
Revert "Comms refactor (prerequisite of libproxmark work) (#371)" (#450)
[proxmark3-svn] / client / ui.h
index 2986efafdaa12dd5052b57d0761202edb679acc6..4049033d60b01bac36cb1d3af191d784d00ac093 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);
@@ -28,7 +23,8 @@ void SetLogFilename(char *fn);
 
 extern double CursorScaleFactor;
 extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault, CursorCPos, CursorDPos, GridOffset;
-extern bool flushAfterWrite;   //buzzy
+extern int offline;
+extern int flushAfterWrite;   //buzzy
 extern bool GridLocked;
 extern bool showDemod;
 
Impressum, Datenschutz