summaryrefslogtreecommitdiff
path: root/MySpace/server_con.h
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-06-29 06:41:47 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-06-29 06:41:47 +0000
commit16827df7bc4a82d74f89dc81631bd2a7d05f3121 (patch)
tree05677c53ca26917a9452f2dc625e88e61608bd80 /MySpace/server_con.h
parent6c417a45f25de9480ef200177c7bed0f4782eb19 (diff)
can add and remove contacts
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@220 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/server_con.h')
-rw-r--r--MySpace/server_con.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/MySpace/server_con.h b/MySpace/server_con.h
index e051f87..9bbacf0 100644
--- a/MySpace/server_con.h
+++ b/MySpace/server_con.h
@@ -1,9 +1,21 @@
#ifndef _SERVER_CON_INC
#define _SERVER_CON_INC
+#include "NetMessage.h"
+#include "m_protosvc.h"
+
extern int status;
+extern int sesskey;
+extern int req_id;
void InitServerConnection();
void DeinitServerConnection();
+void SendMessage(ClientNetMessage &msg);
+
+typedef struct {
+ PROTOSEARCHRESULT psr;
+ int uid;
+} MYPROTOSEARCHRESULT;
+
#endif