X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7ddb99003292dbe619bfdabe1156dcbd11f18d42..d16b33feb5b22c16334b44e3c51747328f783124:/client/ui.h?ds=sidebyside diff --git a/client/ui.h b/client/ui.h index 3a6d385e..736e7641 100644 --- a/client/ui.h +++ b/client/ui.h @@ -11,6 +11,10 @@ #ifndef UI_H__ #define UI_H__ +#include +#include +#include "util.h" + void ShowGui(void); void HideGraphWindow(void); void ShowGraphWindow(void); @@ -21,5 +25,7 @@ void SetLogFilename(char *fn); extern double CursorScaleFactor; extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault; extern int offline; +extern int flushAfterWrite; //buzzy +void iceFsk3(int * data, const size_t len); #endif