summaryrefslogtreecommitdiff
path: root/plugins/Ping/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Ping/log.h')
-rw-r--r--plugins/Ping/log.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/Ping/log.h b/plugins/Ping/log.h
new file mode 100644
index 0000000000..8fed816122
--- /dev/null
+++ b/plugins/Ping/log.h
@@ -0,0 +1,12 @@
+#ifndef _PING_LOG
+#define _PING_LOG
+
+#pragma warning( disable : 4786 )
+#include "options.h"
+
+INT_PTR Log(WPARAM wParam, LPARAM lParam);
+INT_PTR GetLogFilename(WPARAM wParam, LPARAM lParam);
+INT_PTR SetLogFilename(WPARAM wParam, LPARAM lParam);
+INT_PTR ViewLogData(WPARAM wParam, LPARAM lParam);
+
+#endif