X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7fe9b0b742d7dae9c5af1d292d11840b5c3cbfae..refs/pull/99/head:/client/cmdhf15.h

diff --git a/client/cmdhf15.h b/client/cmdhf15.h
index e7ca32ef..8d78e13f 100644
--- a/client/cmdhf15.h
+++ b/client/cmdhf15.h
@@ -1,3 +1,13 @@
+//-----------------------------------------------------------------------------
+// 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 ISO15693 commands
+//-----------------------------------------------------------------------------
+
 #ifndef CMDHF15_H__
 #define CMDHF15_H__
 
@@ -7,5 +17,9 @@ int CmdHF15Demod(const char *Cmd);
 int CmdHF15Read(const char *Cmd);
 int CmdHF15Reader(const char *Cmd);
 int CmdHF15Sim(const char *Cmd);
+int CmdHF15Record(const char *Cmd);
+int CmdHF15Cmd(const char*Cmd);
+int CmdHF15CmdHelp(const char*Cmd);
+int CmdHF15Help(const char*Cmd);
 
 #endif