version 1.25 | | version 1.26 |
---|
| | |
void SockList_AddShort(SockList *sl, uint16 data); | | void SockList_AddShort(SockList *sl, uint16 data); |
void SockList_AddInt(SockList *sl, uint32 data); | | void SockList_AddInt(SockList *sl, uint32 data); |
void SockList_AddInt64(SockList *sl, uint64 data); | | void SockList_AddInt64(SockList *sl, uint64 data); |
int GetInt_String(unsigned char *data); | | int GetInt_String(const unsigned char *data); |
short GetShort_String(unsigned char *data); | | short GetShort_String(const unsigned char *data); |
int SockList_ReadPacket(int fd, SockList *sl, int len); | | int SockList_ReadPacket(int fd, SockList *sl, int len); |
void write_socket_buffer(socket_struct *ns); | | void write_socket_buffer(socket_struct *ns); |
void Write_To_Socket(socket_struct *ns, unsigned char *buf, int len); | | |
void cs_write_string(socket_struct *ns, const char *buf, int len); | | void cs_write_string(socket_struct *ns, const char *buf, int len); |
void Send_With_Handling(socket_struct *ns, SockList *msg); | | void Send_With_Handling(socket_struct *ns, const SockList *msg); |
void Write_String_To_Socket(socket_struct *ns, char *buf, int len); | | void Write_String_To_Socket(socket_struct *ns, const char *buf, int len); |
void write_cs_stats(void); | | void write_cs_stats(void); |
/* metaserver.c */ | | /* metaserver.c */ |
void metaserver_init(void); | | void metaserver_init(void); |