From 604aaf5356e53be14f753151700395cd4f775464 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 14 Feb 2018 21:56:28 +0100 Subject: [PATCH] fix: missing in header.. --- client/loclass/fileutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/loclass/fileutils.h b/client/loclass/fileutils.h index 5bd4a1409..c92470f58 100644 --- a/client/loclass/fileutils.h +++ b/client/loclass/fileutils.h @@ -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