]> git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdlfindala.h
delete travis. it plaed in folder `CI` (#736)
[proxmark3-svn] / client / cmdlfindala.h
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
13 extern int CmdLFINDALA(const char *Cmd);
14 extern int CmdIndalaDecode(const char *Cmd);
15 extern int CmdIndalaRead(const char *Cmd);
16 extern int CmdIndalaClone(const char *Cmd);
17
18 #endif
Impressum, Datenschutz