Merge pull request #969 from pwpiwi/gcc10_fixes
[legacy-proxmark3.git] / client / cmdlfjablotron.h
blob8e1e3364ef0df4bd1e8fa48bb13e0b17899cceda
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 jablotron tag commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFJABLOTRON_H__
10 #define CMDLFJABLOTRON_H__
12 extern int CmdLFJablotron(const char *Cmd);
13 extern int CmdJablotronClone(const char *Cmd);
14 extern int CmdJablotronSim(const char *Cmd);
15 extern int CmdJablotronRead(const char *Cmd);
16 extern int CmdJablotronDemod(const char *Cmd);
18 #endif