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