X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ebcc86a2fa26b334141fe98cc02c4975db2dd043..02ab5afa8701ecc9434e7d8c30850d0d4ec5903f:/client/ui.h diff --git a/client/ui.h b/client/ui.h index 4049033d..1273fe9e 100644 --- a/client/ui.h +++ b/client/ui.h @@ -20,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;