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.19 by root, Fri Dec 15 19:59:20 2006 UTC vs.
Revision 1.20 by root, Sat Dec 16 03:08:26 2006 UTC

24void Log_Kill(const char *Who, const char *What, int WhatType, const char *With, int WithType); 24void Log_Kill(const char *Who, const char *What, int WhatType, const char *With, int WithType);
25/* init.c */ 25/* init.c */
26bool add_client (int fd, const char *peername); 26bool add_client (int fd, const char *peername);
27void init_ericserver(void); 27void init_ericserver(void);
28void free_all_newserver(void); 28void free_all_newserver(void);
29void free_newsocket(client *ns);
30void final_free_player(player *pl); 29void final_free_player(player *pl);
31/* item.c */ 30/* item.c */
32unsigned int query_flags(object *op); 31unsigned int query_flags(object *op);
33void esrv_draw_look(object *pl); 32void esrv_draw_look(object *pl);
34void esrv_send_inventory(object *pl, object *op); 33void esrv_send_inventory(object *pl, object *op);
43void look_at(object *op, int dx, int dy); 42void look_at(object *op, int dx, int dy);
44void LookAt(char *buf, int len, player *pl); 43void LookAt(char *buf, int len, player *pl);
45void esrv_move_object(object *pl, tag_t to, tag_t tag, long nrof); 44void esrv_move_object(object *pl, tag_t to, tag_t tag, long nrof);
46/* loop.c */ 45/* loop.c */
47void RequestInfo(char *buf, int len, client *ns); 46void RequestInfo(char *buf, int len, client *ns);
48void Handle_Oldsocket(client *ns);
49void HandleClient(client *ns, player *pl);
50void watchdog(void); 47void watchdog(void);
51void flush_sockets(void); 48void flush_sockets(void);
52void doeric_server(void); 49void doeric_server(void);
53/* lowlevel.c */ 50/* lowlevel.c */
54void write_cs_stats(void); 51void write_cs_stats(void);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines