X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7eefddcc58dbb011617918fefe44666a4fc68482..5644791bdb264300ebfac1c2e51cfc7d231c4070:/client/graph.h?ds=sidebyside diff --git a/client/graph.h b/client/graph.h index 325582a6..c5c13798 100644 --- a/client/graph.h +++ b/client/graph.h @@ -17,6 +17,7 @@ int ClearGraph(int redraw); //int DetectClock(int peak); int getFromGraphBuf(uint8_t *buff); int GetClock(const char *str, int peak, int verbose); +int GetNRZpskClock(const char *str, int peak, int verbose); void setGraphBuf(uint8_t *buff,int size); #define MAX_GRAPH_TRACE_LEN (1024*128)