summaryrefslogtreecommitdiff
path: root/MySpace/net.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-06-27 17:05:05 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-06-27 17:05:05 +0000
commitcbd22101bcff041e598aba668412d0a4232b58e3 (patch)
tree984f7afe9ec9246719e185288f8a2e96f4bc0665 /MySpace/net.h
parent353f66dee3f468aaf7cc0d0ab314df89ae56c428 (diff)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@217 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/net.h')
-rw-r--r--MySpace/net.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/MySpace/net.h b/MySpace/net.h
new file mode 100644
index 0000000..886a19b
--- /dev/null
+++ b/MySpace/net.h
@@ -0,0 +1,10 @@
+#ifndef _NET_INC
+#define _NET_INC
+
+// uncomment this if you need access elsewhere
+extern HANDLE hNetlibUser;
+
+void InitNetlib();
+void DeinitNetlib();
+
+#endif \ No newline at end of file