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.1.1.1 by root, Fri Feb 3 07:12:50 2006 UTC vs.
Revision 1.1.1.2 by elmex, Wed Feb 22 18:01:58 2006 UTC

6void SendFaceCmd(char *buff, int len, NewSocket *ns); 6void SendFaceCmd(char *buff, int len, NewSocket *ns);
7void esrv_send_face(NewSocket *ns, short face_num, int nocache); 7void esrv_send_face(NewSocket *ns, short face_num, int nocache);
8void send_image_info(NewSocket *ns, char *params); 8void send_image_info(NewSocket *ns, char *params);
9void send_image_sums(NewSocket *ns, char *params); 9void send_image_sums(NewSocket *ns, char *params);
10/* info.c */ 10/* info.c */
11void flush_output_element(object *pl, Output_Buf *outputs); 11void flush_output_element(const object *pl, Output_Buf *outputs);
12void check_output_buffers(object *pl, const char *buf);
13void new_draw_info(int flags, int pri, object *pl, const char *buf); 12void new_draw_info(int flags, int pri, const object *pl, const char *buf);
14void new_draw_info_format(int flags, int pri, object *pl, const char *format, ...); 13void new_draw_info_format(int flags, int pri, const object *pl, const char *format, ...);
15void draw_ext_info(int flags, int pri, object *pl, uint8 type, uint8 subtype, const char* message,const char* oldmessage); 14void draw_ext_info(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* message,const char* oldmessage);
16void draw_ext_info_format(int flags, int pri, object *pl, uint8 type, uint8 subtype, const char* old_format, char* new_format, ...); 15void draw_ext_info_format(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* old_format, char* new_format, ...);
17void new_info_map_except(int color, mapstruct *map, object *op, const char *str); 16void new_info_map_except(int color, mapstruct *map, object *op, const char *str);
18void new_info_map_except2(int color, mapstruct *map, object *op1, object *op2, const char *str); 17void new_info_map_except2(int color, mapstruct *map, object *op1, object *op2, const char *str);
19void new_info_map(int color, mapstruct *map, const char *str); 18void new_info_map(int color, mapstruct *map, const char *str);
20void clear_win_info(object *op); 19void clear_win_info(object *op);
21void rangetostring(object *pl, char *obuf); 20void rangetostring(object *pl, char *obuf);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines