From: iceman1001 Date: Wed, 7 Jan 2015 23:20:22 +0000 (+0100) Subject: FIX: forgot to add the function in the header file. X-Git-Tag: v2.0.0-rc1~44^2~17 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/8e863ab6411a1f4465c9530fcb22898cf6359509 FIX: forgot to add the function in the header file. --- diff --git a/client/cmdlfem4x.h b/client/cmdlfem4x.h index 6363e347..baea50a4 100644 --- a/client/cmdlfem4x.h +++ b/client/cmdlfem4x.h @@ -16,6 +16,7 @@ int CmdEMdemodASK(const char *Cmd); int CmdEM410xRead(const char *Cmd); int CmdEM410xSim(const char *Cmd); int CmdEM410xWatch(const char *Cmd); +int CmdEM410xWatchnSpoof(const char *Cmd); int CmdEM410xWrite(const char *Cmd); int CmdEM4x50Read(const char *Cmd); int CmdReadWord(const char *Cmd);