]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf15.h
fix 'hf 15 csetuid' (#890)
[proxmark3-svn] / client / cmdhf15.h
index c6264604670d1980b9f3d943d6088d32535fbeb6..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 HF15Reader(const char *Cmd, bool verbose);
-int CmdHF15Reader(const char *Cmd);
-int CmdHF15Sim(const char *Cmd);
-int CmdHF15Record(const char *Cmd);
-int CmdHF15Cmd(const char*Cmd);
-int CmdHF15CmdHelp(const char*Cmd);
-int CmdHF15Help(const char*Cmd);
+extern int CmdHF15(const char *Cmd);
+extern int HF15Reader(const char *Cmd, bool verbose);
 
 #endif
Impressum, Datenschutz