]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf15.h
fix 'hf 15 csetuid' (#890)
[proxmark3-svn] / client / cmdhf15.h
index 4b9822b7aed2ca3706c75232cdc4089fbd033fdf..89cbd2597267e7f0a63e2de978ba09f83caad845 100644 (file)
 #ifndef CMDHF15_H__
 #define CMDHF15_H__
 
-int CmdHF15(const char *Cmd);
+#include <stdbool.h>
 
-int CmdHF15Demod(const char *Cmd);
-int CmdHF15Read(const char *Cmd);
-int CmdHF15Reader(const char *Cmd);
-int CmdHF15Sim(const char *Cmd);
+extern int CmdHF15(const char *Cmd);
+extern int HF15Reader(const char *Cmd, bool verbose);
 
 #endif
Impressum, Datenschutz