fix: missing in header..

This commit is contained in:
iceman1001 2018-02-14 21:56:28 +01:00
parent 2b78b785f3
commit 604aaf5356

View file

@ -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