Fix gcc10 compiler warnings
[legacy-proxmark3.git] / client / cmdlfpac.h
blob99b35a530364a0b70fa56207d71e778d72005f84
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 Securakey tag commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFPAC_H__
10 #define CMDLFPAC_H__
12 extern int CmdLFPac(const char *Cmd);
13 extern int CmdPacRead(const char *Cmd);
14 extern int CmdPacDemod(const char *Cmd);
16 #endif