]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf.h
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / client / cmdhf.h
index 317ab4a73717264ef9bb8bcab8fbe535931c87e5..2eef3c9cd239671fd74ce77b36848b242705b3e2 100644 (file)
@@ -1,8 +1,18 @@
+//-----------------------------------------------------------------------------
+// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
+//
+// This code is licensed to you under the terms of the GNU GPL, version 2 or,
+// at your option, any later version. See the LICENSE.txt file for the text of
+// the license.
+//-----------------------------------------------------------------------------
+// High frequency commands
+//-----------------------------------------------------------------------------
+
 #ifndef CMDHF_H__
 #define CMDHF_H__
 
 int CmdHF(const char *Cmd);
-
 int CmdHFTune(const char *Cmd);
-
+int CmdHFList(const char *Cmd);
+int CmdHFSearch(const char *Cmd);
 #endif
Impressum, Datenschutz