diff options
Diffstat (limited to 'MySpace/proto.h')
-rw-r--r-- | MySpace/proto.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MySpace/proto.h b/MySpace/proto.h new file mode 100644 index 0000000..d45c485 --- /dev/null +++ b/MySpace/proto.h @@ -0,0 +1,8 @@ +#ifndef _PROTO_INC
+#define _PROTO_INC
+
+void RegisterProto();
+void CreateProtoServices();
+void DeinitProto();
+
+#endif
|