diff options
Diffstat (limited to 'meta2/proto.h')
-rw-r--r-- | meta2/proto.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta2/proto.h b/meta2/proto.h new file mode 100644 index 0000000..176791e --- /dev/null +++ b/meta2/proto.h @@ -0,0 +1,11 @@ +#ifndef _FILTER_INC
+#define _FILTER_INC
+
+void InitProto();
+void DeinitProto();
+
+HANDLE NewMetaContact();
+
+#define META_ID "MetaID"
+
+#endif
|