X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/cda2a4c0a5e9b9e2a373aeb822111237ff9ec710..e1778858ddc53a6a82e8ee24f02e6b673687f69a:/client/cmdscript.h diff --git a/client/cmdscript.h b/client/cmdscript.h index 7bd7e9f8..866b09e9 100644 --- a/client/cmdscript.h +++ b/client/cmdscript.h @@ -8,11 +8,9 @@ // Some lua scripting glue to proxmark core. //----------------------------------------------------------------------------- - #ifndef CMDSCRIPT_H__ #define CMDSCRIPT_H__ - int CmdScript(const char *Cmd); #endif