mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
fix: missing in header..
This commit is contained in:
parent
2b78b785f3
commit
604aaf5356
1 changed files with 1 additions and 1 deletions
|
@ -84,5 +84,5 @@ int fileExists(const char *filename);
|
|||
* write also to a logfile. When doing so, just point this function to use PrintAndLog
|
||||
* @param fmt
|
||||
*/
|
||||
void prnlog(char *fmt, ...);
|
||||
void PrintfAndLog(char *fmt, ...);
|
||||
#endif // FILEUTILS_H
|
||||
|
|
Loading…
Reference in a new issue