ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/sockproto.h
(Generate patch)

Comparing deliantra/server/include/sockproto.h (file contents):
Revision 1.2 by root, Mon Apr 17 06:11:39 2006 UTC vs.
Revision 1.4 by root, Sun Jun 11 15:02:15 2006 UTC

46/* loop.c */ 46/* loop.c */
47void RequestInfo(char *buf, int len, NewSocket *ns); 47void RequestInfo(char *buf, int len, NewSocket *ns);
48void Handle_Oldsocket(NewSocket *ns); 48void Handle_Oldsocket(NewSocket *ns);
49void HandleClient(NewSocket *ns, player *pl); 49void HandleClient(NewSocket *ns, player *pl);
50void watchdog(void); 50void watchdog(void);
51void flush_sockets(void);
51void doeric_server(void); 52void doeric_server(void);
52/* lowlevel.c */ 53/* lowlevel.c */
54void Socket_Flush (NewSocket *ns);
53void SockList_Init(SockList *sl); 55void SockList_Init(SockList *sl);
54void SockList_AddChar(SockList *sl, char c); 56void SockList_AddChar(SockList *sl, char c);
55void SockList_AddShort(SockList *sl, uint16 data); 57void SockList_AddShort(SockList *sl, uint16 data);
56void SockList_AddInt(SockList *sl, uint32 data); 58void SockList_AddInt(SockList *sl, uint32 data);
57void SockList_AddInt64(SockList *sl, uint64 data); 59void SockList_AddInt64(SockList *sl, uint64 data);
77void NewPlayerCmd(uint8 *buf, int len, player *pl); 79void NewPlayerCmd(uint8 *buf, int len, player *pl);
78void ReplyCmd(char *buf, int len, player *pl); 80void ReplyCmd(char *buf, int len, player *pl);
79void VersionCmd(char *buf, int len, NewSocket *ns); 81void VersionCmd(char *buf, int len, NewSocket *ns);
80void SetSound(char *buf, int len, NewSocket *ns); 82void SetSound(char *buf, int len, NewSocket *ns);
81void MapRedrawCmd(char *buff, int len, player *pl); 83void MapRedrawCmd(char *buff, int len, player *pl);
84void ExtCmd(char *buff, int len, player *pl);
82void MapInfoCmd(char *buff, int len, player *pl); 85void MapInfoCmd(char *buff, int len, player *pl);
83void MapNewmapCmd(player *pl); 86void MapNewmapCmd(player *pl);
84void MoveCmd(char *buf, int len, player *pl); 87void MoveCmd(char *buf, int len, player *pl);
85void send_query(NewSocket *ns, uint8 flags, char *text); 88void send_query(NewSocket *ns, uint8 flags, char *text);
86void esrv_update_stats(player *pl); 89void esrv_update_stats(player *pl);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines