X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/806dc07542ab956f376811e59b4dca8f9c98af89..88e7a6bfa7afcc586ad41a93d62d5c8dc2c3d889:/client/cmdscript.h diff --git a/client/cmdscript.h b/client/cmdscript.h index 87a5a053..866b09e9 100644 --- a/client/cmdscript.h +++ b/client/cmdscript.h @@ -1,18 +1,16 @@ //----------------------------------------------------------------------------- -// Copyright (C) 2010 iZsh +// Copyright (C) 2013 m h swende // // 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 +// Some lua scripting glue to proxmark core. //----------------------------------------------------------------------------- - #ifndef CMDSCRIPT_H__ #define CMDSCRIPT_H__ - int CmdScript(const char *Cmd); #endif