X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b8fdac9e6fedfda5e291e437766ed46e3caf7c32..e8924be8bac6e8ddc91d1950368ef51c454a6e55:/client/ui.h diff --git a/client/ui.h b/client/ui.h index 5aaac17e..1273fe9e 100644 --- a/client/ui.h +++ b/client/ui.h @@ -12,6 +12,7 @@ #define UI_H__ #include +#include void ShowGui(void); void HideGraphWindow(void); @@ -19,11 +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 int offline; -extern int flushAfterWrite; //buzzy extern bool GridLocked; extern bool showDemod;