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