summaryrefslogtreecommitdiff
path: root/plugins/ConnectionNotify/src/filter.h
blob: e970e375aa789b698b010d4b741c6518d89f7cad (plain)
1
2
3
4
5
6
7
8
9
#pragma once
#ifndef _INC_FILTER
#define _INC_FILTER

HANDLE startFilterThread();
BOOL checkFilter(struct CONNECTION *head, struct CONNECTION *conn);

#define WM_ADD_FILTER	(WM_APP + 1)
#endif