move viking demod to respective file

see changelog.md for cli changes!
This commit is contained in:
marshmellow42 2017-03-22 22:59:55 -04:00
commit f2fc0a9c4d
5 changed files with 37 additions and 37 deletions

View file

@ -8,9 +8,10 @@
//-----------------------------------------------------------------------------
#ifndef CMDLFVIKING_H__
#define CMDLFVIKING_H__
int CmdLFViking(const char *Cmd);
int CmdVikingRead(const char *Cmd);
int CmdVikingClone(const char *Cmd);
int CmdVikingSim(const char *Cmd);
extern int CmdLFViking(const char *Cmd);
extern int CmdVikingDemod(const char *Cmd);
extern int CmdVikingRead(const char *Cmd);
extern int CmdVikingClone(const char *Cmd);
extern int CmdVikingSim(const char *Cmd);
#endif