X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6658905f18a1eebc148836f26c731dea9c1377dc..cd00aa3043b507ed10bf79a37b83b88741d176d7:/winsrc/prox.h?ds=sidebyside diff --git a/winsrc/prox.h b/winsrc/prox.h deleted file mode 100644 index f3be604c..00000000 --- a/winsrc/prox.h +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef __PROX_H -#define __PROX_H - -#include "../include/usb_cmd.h" - -// prox.cpp -void ReceiveCommand(UsbCommand *c); -BOOL ReceiveCommandPoll(UsbCommand *c); -void SendCommand(UsbCommand *c, BOOL wantAck); - -// gui.cpp -void ShowGui(void); -void HideGraphWindow(void); -void ShowGraphWindow(void); -void RepaintGraphWindow(void); -void PrintToScrollback(char *fmt, ...); -#define MAX_GRAPH_TRACE_LEN (1024*128) -extern int GraphBuffer[MAX_GRAPH_TRACE_LEN]; -extern int GraphTraceLen; -extern double CursorScaleFactor; -extern int CommandFinished; - -// command.cpp -void CommandReceived(char *cmd); -void UsbCommandReceived(UsbCommand *c); - -// cmdline.cpp -void ShowCommandline(void); -void ExecCmd(char *cmd); -//void PrintToScrollback(char *fmt, ...); - -#endif