split lf indala[cmd] to lf indala [cmd]

see changelog.md for cli changes!
This commit is contained in:
marshmellow42 2017-03-24 19:18:33 -04:00
parent 2b4898ec71
commit 0fb65a262b
7 changed files with 365 additions and 294 deletions

18
client/cmdlfindala.h Normal file
View file

@ -0,0 +1,18 @@
//-----------------------------------------------------------------------------
//
// 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.
//-----------------------------------------------------------------------------
// Low frequency Indala commands
//-----------------------------------------------------------------------------
#ifndef CMDLFINDALA_H__
#define CMDLFINDALA_H__
extern int CmdLFINDALA(const char *Cmd);
extern int CmdIndalaDecode(const char *Cmd);
extern int CmdIndalaRead(const char *Cmd);
extern int CmdIndalaClone(const char *Cmd);
#endif