fix copy paste header issue

thanks @iceman101 for noticing.
since i forgot to remove it from cmddata.h it didn't show during
compile.
This commit is contained in:
marshmellow42 2017-03-28 09:11:29 -04:00
commit b2f565142c
2 changed files with 2 additions and 3 deletions

View file

@ -9,6 +9,6 @@
#ifndef CMDLFNEXWATCH_H__
#define CMDLFNEXWATCH_H__
extern int CmdLFNexWatch(const char *Cmd);
extern int CmdFSKdemodParadox(const char *Cmd);
extern int CmdParadoxRead(const char *Cmd);
extern int CmdPSKNexWatch(const char *Cmd);
extern int CmdNexWatchRead(const char *Cmd);
#endif