]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/ui.h
USB comm: prepare for @micolous change (PR#463) (#587)
[proxmark3-svn] / client / ui.h
index 929d39218de70fc3a26eb07e4a088e9b6136bdb0..28512ca9ae04456a9a0b784f22d2bf189abbe2ad 100644 (file)
@@ -12,6 +12,7 @@
 #define UI_H__
 
 #include <stdbool.h>
+#include <stdint.h>
 
 void ShowGui(void);
 void HideGraphWindow(void);
@@ -22,8 +23,8 @@ void SetLogFilename(char *fn);
 
 extern double CursorScaleFactor;
 extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault, CursorCPos, CursorDPos, GridOffset;
-extern int offline;
 extern int flushAfterWrite;   //buzzy
 extern bool GridLocked;
+extern bool showDemod;
 
 #endif
Impressum, Datenschutz