X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7fe9b0b742d7dae9c5af1d292d11840b5c3cbfae..936e0729f9a4d62452e422a87ea372edd39ef165:/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 +// +// 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