X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b62b5e2527e36cdbfda2e3d2a7ce8a46e45969e1..6a5d4e17f4afe29f84308fe5ca78782233d7b611:/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;