summaryrefslogtreecommitdiff
path: root/plugins/Ping/src/pingthread.h
blob: dc68a25a30d49adfbea0e7571a3efffdb599ea28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _PINGTHREAD_H
#define _PINGTHREAD_H

int FillList(WPARAM wParam, LPARAM lParam);

int RefreshWindow();

void UpdateFrame();
void AttachToClist(bool attach);

void InitList();
void DeinitList();

#endif