summaryrefslogtreecommitdiff
path: root/plugins/Ping/src/pingthread.h
blob: 37b50e308c505498bc49051ebb56584e3a7ada71 (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(WPARAM wParam, LPARAM lParam);

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

void InitList();
void DeinitList();

#endif