]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
fix copy paste header issue 257/head
authormarshmellow42 <marshmellowrf@gmail.com>
Tue, 28 Mar 2017 13:11:29 +0000 (09:11 -0400)
committermarshmellow42 <marshmellowrf@gmail.com>
Tue, 28 Mar 2017 13:11:29 +0000 (09:11 -0400)
thanks @iceman101 for noticing.
since i forgot to remove it from cmddata.h it didn't show during
compile.

client/cmddata.h
client/cmdlfnexwatch.h

index 60233012d17859b10d61d1409815a01ae11bc35f..e03ab02cb3d171c358c8c9003b1c3c0607086fbc 100644 (file)
@@ -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);
index 9d2593528d03bdb7d9ddea32962dd1b54b2a7fb6..99d54003718a19bb85f4fec1fe7fda274ed88ba4 100644 (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
Impressum, Datenschutz