X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b014c96d685962e4d4eea887b211397ba17fbf3d..841d7af0dcaa91b937cd17631ee460cb5301d6ef:/client/cmdlf.h?ds=sidebyside

diff --git a/client/cmdlf.h b/client/cmdlf.h
index 7278754b..5dbb9b6e 100644
--- a/client/cmdlf.h
+++ b/client/cmdlf.h
@@ -19,9 +19,20 @@ int CmdIndalaDemod(const char *Cmd);
 int CmdIndalaClone(const char *Cmd);
 int CmdLFRead(const char *Cmd);
 int CmdLFSim(const char *Cmd);
+int CmdLFaskSim(const char *Cmd);
+int CmdLFfskSim(const char *Cmd);
+int CmdLFpskSim(const char *Cmd);
 int CmdLFSimBidir(const char *Cmd);
-int CmdLFSimManchester(const char *Cmd);
 int CmdLFSnoop(const char *Cmd);
 int CmdVchDemod(const char *Cmd);
+int CmdLFfind(const char *Cmd);
 
+// usages helptext
+int usage_lf_cmdread(void);
+int usage_lf_read(void);
+int usage_lf_snoop(void);
+int usage_lf_config(void);
+int usage_lf_simfsk(void);
+int usage_lf_simask(void);
+int usage_lf_simpsk(void);
 #endif