summaryrefslogtreecommitdiff
path: root/plugins/Ping/src/log.h
blob: e4d1315f1d215ef425486add02a4eb0b00e55464 (plain)
1
2
3
4
5
6
7
8
9
#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);
INT_PTR ViewLogData(WPARAM wParam, LPARAM lParam);

#endif