X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ed77aabe00d1453217b16f2d3cc4711d0981fb93..d16b33feb5b22c16334b44e3c51747328f783124:/client/ui.h diff --git a/client/ui.h b/client/ui.h index a45799d5..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); @@ -23,4 +27,5 @@ extern int PlotGridX, PlotGridY, PlotGridXdefault, PlotGridYdefault; extern int offline; extern int flushAfterWrite; //buzzy +void iceFsk3(int * data, const size_t len); #endif