]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlfindala.h
Fix PrintAndLogEx ERR (#748)
[proxmark3-svn] / client / cmdlfindala.h
CommitLineData
0fb65a26 1//-----------------------------------------------------------------------------
2//
3// This code is licensed to you under the terms of the GNU GPL, version 2 or,
4// at your option, any later version. See the LICENSE.txt file for the text of
5// the license.
6//-----------------------------------------------------------------------------
7// Low frequency Indala commands
8//-----------------------------------------------------------------------------
9
10#ifndef CMDLFINDALA_H__
11#define CMDLFINDALA_H__
12
13extern int CmdLFINDALA(const char *Cmd);
14extern int CmdIndalaDecode(const char *Cmd);
15extern int CmdIndalaRead(const char *Cmd);
16extern int CmdIndalaClone(const char *Cmd);
17
18#endif
Impressum, Datenschutz