]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfmfu.h
CHG: making sure no buffer overflows will occure in ul_send_cmd_raw by adding respon...
[proxmark3-svn] / client / cmdhfmfu.h
index 9d1a20d8bce5aa3a844297d00188f4c72c14a8a2..8e96775cd51acae07a987375b60e61781b10b6a6 100644 (file)
@@ -19,9 +19,9 @@ void rol (uint8_t *data, const size_t len);
 
 uint8_t requestAuthentication( uint8_t *nonce);
 int try3DesAuthentication( uint8_t *key);
-uint8_t GetHF14AMfU_Type();
+uint16_t GetHF14AMfU_Type(void);
 
-int usage_hf_mfu_dump();
+int usage_hf_mfu_dump(void);
 
 int CmdHFMFUltra(const char *Cmd);
 int CmdHF14AMfUInfo(const char *Cmd);
Impressum, Datenschutz