summaryrefslogtreecommitdiff
path: root/meta2/proto.h
blob: a05693a6328e214e7414ffe855645512b34ea59b (plain)
1
2
3
4
5
6
7
8
9
#ifndef _FILTER_INC
#define _FILTER_INC

void InitProto();
void DeinitProto();

HANDLE NewMetaContact();

#endif