]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/ui.h
Fix clock_gettime() for Apple OSX
[proxmark3-svn] / client / ui.h
index 929d39218de70fc3a26eb07e4a088e9b6136bdb0..4049033d60b01bac36cb1d3af191d784d00ac093 100644 (file)
@@ -12,6 +12,7 @@
 #define UI_H__
 
 #include <stdbool.h>
+#include <stdint.h>
 
 void ShowGui(void);
 void HideGraphWindow(void);
@@ -25,5 +26,6 @@ extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault, CursorCPos,
 extern int offline;
 extern int flushAfterWrite;   //buzzy
 extern bool GridLocked;
+extern bool showDemod;
 
 #endif
Impressum, Datenschutz