X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ba8b5c173b20a92036384e114f9b5827de7596dc..806dc07542ab956f376811e59b4dca8f9c98af89:/client/cmdscript.h?ds=sidebyside diff --git a/client/cmdscript.h b/client/cmdscript.h new file mode 100644 index 00000000..87a5a053 --- /dev/null +++ b/client/cmdscript.h @@ -0,0 +1,18 @@ +//----------------------------------------------------------------------------- +// Copyright (C) 2010 iZsh +// +// This code is licensed to you under the terms of the GNU GPL, version 2 or, +// at your option, any later version. See the LICENSE.txt file for the text of +// the license. +//----------------------------------------------------------------------------- +// Data and Graph commands +//----------------------------------------------------------------------------- + + +#ifndef CMDSCRIPT_H__ +#define CMDSCRIPT_H__ + + +int CmdScript(const char *Cmd); + +#endif