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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MySpace/server_con.h b/MySpace/server_con.h
index bbc0566..e6856b6 100644
--- a/MySpace/server_con.h
+++ b/MySpace/server_con.h
@@ -14,6 +14,7 @@ void SetServerStatus(int st);
HANDLE FindContact(int uid);
HANDLE CreateContact(int uid, char *nick, char *email);
+int LookupUID(int uid);
void SendMessage(ClientNetMessage &msg);