X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/93f36463fb6f075656a133e7c8a329da976f6ac3..f23e056d950c72582ddb1d3d68ad5d012541afff:/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);