summaryrefslogtreecommitdiff
path: root/protocols/ConnectionNotify/src/filter.h
blob: f21ba7c95a9f057a43d82f0ed622f32c8508a170 (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