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.26 by root, Mon Apr 23 19:10:17 2007 UTC vs.
Revision 1.27 by root, Wed Apr 25 18:47:50 2007 UTC

5void SetFaceMode(char *buf, int len, client *ns); 5void SetFaceMode(char *buf, int len, client *ns);
6void AskFaceCmd(char *buf, int len, client *ns); 6void AskFaceCmd(char *buf, int len, client *ns);
7void send_image_info(client *ns, char *params); 7void send_image_info(client *ns, char *params);
8void send_image_sums(client *ns, char *params); 8void send_image_sums(client *ns, char *params);
9/* info.c */ 9/* info.c */
10void flush_output_element(const object *pl, Output_Buf *outputs);
11void new_draw_info(int flags, int pri, const object *pl, const char *buf); 10void new_draw_info(int flags, int pri, const object *pl, const char *buf);
12void new_draw_info_format(int flags, int pri, const object *pl, const char *format, ...); 11void new_draw_info_format(int flags, int pri, const object *pl, const char *format, ...);
13void draw_ext_info(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* message,const char* oldmessage); 12void draw_ext_info(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* message,const char* oldmessage);
14void draw_ext_info_format(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* old_format, char* new_format, ...); 13void draw_ext_info_format(int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char* old_format, char* new_format, ...);
15void new_info_map_except(int color, maptile *map, object *op, const char *str); 14void new_info_map_except(int color, maptile *map, object *op, const char *str);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines