X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a0655c45bd7092c302145ea306b7b58662e6c9f5..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