]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfhitag.h
Hitag fixes (#887)
[proxmark3-svn] / client / cmdlfhitag.h
index 22b6bb06308d9b32edd1d4ed7388ea2d2fb2ead8..ca30101f08d20b7c2b019d28604ebc2bfc88cbaf 100644 (file)
 #ifndef CMDLFHITAG_H__
 #define CMDLFHITAG_H__
 
-int CmdLFHitag(const char *Cmd);
+#include <stdint.h>
+#include <stdbool.h>
 
-int CmdLFHitagList(const char *Cmd);
-int CmdLFHitagSnoop(const char *Cmd);
-int CmdLFHitagSim(const char *Cmd);
-int CmdLFHitagReader(const char *Cmd);
+extern int CmdLFHitag(const char *Cmd);
+extern int CmdLFHitagReader(const char *Cmd);
+extern bool getHitagUid(uint32_t *uid, bool quiet);
 
 #endif
Impressum, Datenschutz