From b2f565142ce739ff94a6f4c55d63a81ffed56759 Mon Sep 17 00:00:00 2001 From: marshmellow42 Date: Tue, 28 Mar 2017 09:11:29 -0400 Subject: [PATCH] fix copy paste header issue thanks @iceman101 for noticing. since i forgot to remove it from cmddata.h it didn't show during compile. --- client/cmddata.h | 1 - client/cmdlfnexwatch.h | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/client/cmddata.h b/client/cmddata.h index 60233012..e03ab02c 100644 --- a/client/cmddata.h +++ b/client/cmddata.h @@ -35,7 +35,6 @@ int CmdDetectClockRate(const char *Cmd); int CmdFSKrawdemod(const char *Cmd); int CmdPSK1rawDemod(const char *Cmd); int CmdPSK2rawDemod(const char *Cmd); -int CmdPSKNexWatch(const char *Cmd); int CmdGrid(const char *Cmd); int CmdGetBitStream(const char *Cmd); int CmdHexsamples(const char *Cmd); diff --git a/client/cmdlfnexwatch.h b/client/cmdlfnexwatch.h index 9d259352..99d54003 100644 --- a/client/cmdlfnexwatch.h +++ b/client/cmdlfnexwatch.h @@ -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 -- 2.39.2