X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/fb2d24882e31c4a9915a87e28081c3f7d6f3bea4..334cc089c91ff41423e2b7ded5b65cf20c79b616:/client/cmdhfmfu.h

diff --git a/client/cmdhfmfu.h b/client/cmdhfmfu.h
index ccb53ad0..8e96775c 100644
--- a/client/cmdhfmfu.h
+++ b/client/cmdhfmfu.h
@@ -17,6 +17,12 @@ int CmdHF14AMfucAuth(const char *Cmd);
 int CmdHF14AMfUDump(const char *Cmd);
 void rol (uint8_t *data, const size_t len);
 
+uint8_t requestAuthentication( uint8_t *nonce);
+int try3DesAuthentication( uint8_t *key);
+uint16_t GetHF14AMfU_Type(void);
+
+int usage_hf_mfu_dump(void);
+
 int CmdHFMFUltra(const char *Cmd);
 int CmdHF14AMfUInfo(const char *Cmd);
 #endif