aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/Util.h')
-rw-r--r--src/shared/Util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Util.h b/src/shared/Util.h
index a57c7b2a2f4..91f7c95b5ab 100644
--- a/src/shared/Util.h
+++ b/src/shared/Util.h
@@ -286,6 +286,7 @@ bool utf8ToConsole(const std::string& utf8str, std::string& conStr);
bool consoleToUtf8(const std::string& conStr,std::string& utf8str);
bool Utf8FitTo(const std::string& str, std::wstring search);
void utf8printf(FILE *out, const char *str, ...);
+void vutf8printf(FILE *out, const char *str, va_list* ap);
bool IsIPAddress(char const* ipaddress);
uint32 CreatePIDFile(const std::string& filename);