X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/9760414b9672e778317fc9238265cf7fc36061b8..ac174b297a8d16b138186d4c5543c11a9572515c:/winsrc/prox.h diff --git a/winsrc/prox.h b/winsrc/prox.h index 232aba1f..e93975de 100644 --- a/winsrc/prox.h +++ b/winsrc/prox.h @@ -22,6 +22,7 @@ extern int CommandFinished; extern int offline; // command.cpp +static void CmdBuffClear(char *str); static void GetFromBigBuf(BYTE *dest, int bytes); static void CmdReset(char *str); static void CmdQuit(char *str);