summaryrefslogtreecommitdiff
path: root/plugins/Ping/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Ping/src/log.h')
-rw-r--r--plugins/Ping/src/log.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Ping/src/log.h b/plugins/Ping/src/log.h
index 1930dddede..393f4509d8 100644
--- a/plugins/Ping/src/log.h
+++ b/plugins/Ping/src/log.h
@@ -1,9 +1,8 @@
#ifndef _PING_LOG
#define _PING_LOG
-INT_PTR Log(WPARAM wParam, LPARAM lParam);
-INT_PTR GetLogFilename(WPARAM wParam, LPARAM lParam);
-INT_PTR SetLogFilename(WPARAM wParam, LPARAM lParam);
+void Log(const wchar_t *pwszText);
+void GetLogFilename(wchar_t *pBuf, size_t cbLen);
INT_PTR ViewLogData(WPARAM wParam, LPARAM lParam);
#endif