]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf.h
Mfp commands (#698)
[proxmark3-svn] / client / cmdhf.h
index 317ab4a73717264ef9bb8bcab8fbe535931c87e5..026357b5a973b4c133cc2e14fa5d4b8d08737584 100644 (file)
@@ -1,8 +1,17 @@
+//-----------------------------------------------------------------------------
+// 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);
 #endif
Impressum, Datenschutz