fix: missing in header..

This commit is contained in:
iceman1001 2018-02-14 21:56:28 +01:00
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 * 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