summaryrefslogtreecommitdiff
path: root/MySpace/server_con.h
diff options
context:
space:
mode:
Diffstat (limited to 'MySpace/server_con.h')
-rw-r--r--MySpace/server_con.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/MySpace/server_con.h b/MySpace/server_con.h
index 9bbacf0..bbc0566 100644
--- a/MySpace/server_con.h
+++ b/MySpace/server_con.h
@@ -7,9 +7,13 @@
extern int status;
extern int sesskey;
extern int req_id;
+extern bool myspace_server_running;
+extern int my_uid;
-void InitServerConnection();
-void DeinitServerConnection();
+void SetServerStatus(int st);
+
+HANDLE FindContact(int uid);
+HANDLE CreateContact(int uid, char *nick, char *email);
void SendMessage(ClientNetMessage &msg);