diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-06-27 17:05:05 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-06-27 17:05:05 +0000 |
commit | cbd22101bcff041e598aba668412d0a4232b58e3 (patch) | |
tree | 984f7afe9ec9246719e185288f8a2e96f4bc0665 /MySpace/proto.h | |
parent | 353f66dee3f468aaf7cc0d0ab314df89ae56c428 (diff) |
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@217 4f64403b-2f21-0410-a795-97e2b3489a10
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
|