]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf14b.h
Merge pull request #969 from pwpiwi/gcc10_fixes
[proxmark3-svn] / client / cmdhf14b.h
index a45b74341ced2cd82a733472f7abd4939fc29744..4897d87907a22bcca1087c0e7f6724957462bccf 100644 (file)
@@ -11,6 +11,8 @@
 #ifndef CMDHF14B_H__
 #define CMDHF14B_H__
 
+#include <stdbool.h>
+
 int CmdHF14B(const char *Cmd);
 int CmdHF14BList(const char *Cmd);
 int CmdHF14BInfo(const char *Cmd);
@@ -19,6 +21,6 @@ int CmdHF14BSnoop(const char *Cmd);
 int CmdSri512Read(const char *Cmd);
 int CmdSrix4kRead(const char *Cmd);
 int CmdHF14BWrite( const char *cmd);
-int HF14BInfo(bool verbose);
+int infoHF14B(bool verbose);
 
 #endif
Impressum, Datenschutz