summaryrefslogtreecommitdiff
path: root/plugins/Ping/log.h
blob: 8fed8161229d4dd83caa9bfab4674df5544f490f (plain)
1
2
3
4
5
6
7
8
9
10
11
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