]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/graph.h
ADD: the option to simulate tnp3xxx inthe command "hf mf sim"
[proxmark3-svn] / client / graph.h
index 6704143092775dc9cd925939fe3519e71cbea375..ce803c82a7d101645346fc7ace6662e2acd46a23 100644 (file)
@@ -1,3 +1,13 @@
+//-----------------------------------------------------------------------------
+// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
+//
+// This code is licensed to you under the terms of the GNU GPL, version 2 or,
+// at your option, any later version. See the LICENSE.txt file for the text of
+// the license.
+//-----------------------------------------------------------------------------
+// Graph utilities
+//-----------------------------------------------------------------------------
+
 #ifndef GRAPH_H__
 #define GRAPH_H__
 
@@ -5,9 +15,9 @@ void AppendGraph(int redraw, int clock, int bit);
 int ClearGraph(int redraw);
 int DetectClock(int peak);
 int GetClock(const char *str, int peak, int verbose);
+bool HasGraphData();
 
 #define MAX_GRAPH_TRACE_LEN (1024*128)
 extern int GraphBuffer[MAX_GRAPH_TRACE_LEN];
 extern int GraphTraceLen;
-
 #endif
Impressum, Datenschutz