]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlfnexwatch.h
Don't try to display the GUI when running in textmode (#387)
[proxmark3-svn] / client / cmdlfnexwatch.h
CommitLineData
5bce72d5 1//-----------------------------------------------------------------------------
2//
3// This code is licensed to you under the terms of the GNU GPL, version 2 or,
4// at your option, any later version. See the LICENSE.txt file for the text of
5// the license.
6//-----------------------------------------------------------------------------
7// Low frequency Honeywell NexWatch tag commands
8//-----------------------------------------------------------------------------
9#ifndef CMDLFNEXWATCH_H__
10#define CMDLFNEXWATCH_H__
11extern int CmdLFNexWatch(const char *Cmd);
b2f56514 12extern int CmdPSKNexWatch(const char *Cmd);
13extern int CmdNexWatchRead(const char *Cmd);
5bce72d5 14#endif
Impressum, Datenschutz