mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07: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
|
* write also to a logfile. When doing so, just point this function to use PrintAndLog
|
||||||
* @param fmt
|
* @param fmt
|
||||||
*/
|
*/
|
||||||
void prnlog(char *fmt, ...);
|
void PrintfAndLog(char *fmt, ...);
|
||||||
#endif // FILEUTILS_H
|
#endif // FILEUTILS_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue