]> git.zerfleddert.de Git - proxmark3-svn/blob - linux/proxgui.h
- Restored the 'reset' command
[proxmark3-svn] / linux / proxgui.h
1 #ifdef __cplusplus
2 extern "C" {
3 #endif
4
5 void ShowGraphWindow(void);
6 void HideGraphWindow(void);
7 void RepaintGraphWindow(void);
8 void MainGraphics(void);
9 void InitGraphics(int argc, char **argv);
10 void ExitGraphics(void);
11
12 #define MAX_GRAPH_TRACE_LEN (1024*128)
13 extern int GraphBuffer[MAX_GRAPH_TRACE_LEN];
14 extern int GraphTraceLen;
15 extern double CursorScaleFactor;
16 extern int CommandFinished;
17 extern int offline;
18
19 #ifdef __cplusplus
20 }
21 #endif
Impressum, Datenschutz