summaryrefslogtreecommitdiff
path: root/MySpace/server_con.h
blob: 9bbacf075d83a5523cb243a62259f4c4ee07bd44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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