summaryrefslogtreecommitdiff
path: root/ping_protocol/log.h
blob: d19d5c9e72f91d807cc8c913fc4dba215004d519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _PING_LOG
#define _PING_LOG

#include <string>
#include <fstream>
#include "common.h"

int Log(WPARAM wParam, LPARAM lParam);
int GetLogFilename(WPARAM wParam, LPARAM lParam);
int SetLogFilename(WPARAM wParam, LPARAM lParam);
int ViewLogData(WPARAM wParam, LPARAM lParam);

#endif