Difference for include/sockproto.h from version 1.18 to 1.19


version 1.18 version 1.19
Line 9
 
Line 9
 void send_image_sums(NewSocket *ns, char *params);  void send_image_sums(NewSocket *ns, char *params);
 /* info.c */  /* info.c */
 void flush_output_element(object *pl, Output_Buf *outputs);  void flush_output_element(object *pl, Output_Buf *outputs);
 void check_output_buffers(object *pl, char *buf);  void check_output_buffers(object *pl, const char *buf);
 void new_draw_info(int flags, int pri, object *pl, const char *buf);  void new_draw_info(int flags, int pri, object *pl, const char *buf);
 void new_draw_info_format(int flags, int pri, object *pl, char *format, ...);  void new_draw_info_format(int flags, int pri, object *pl, const char *format, ...);
 void new_info_map_except(int color, mapstruct *map, object *op, char *str);  void new_info_map_except(int color, mapstruct *map, object *op, const char *str);
 void new_info_map_except2(int color, mapstruct *map, object *op1, object *op2, char *str);  void new_info_map_except2(int color, mapstruct *map, object *op1, object *op2, const char *str);
 void new_info_map(int color, mapstruct *map, char *str);  void new_info_map(int color, mapstruct *map, const char *str);
 void clear_win_info(object *op);  void clear_win_info(object *op);
 void rangetostring(object *pl, char *obuf);  void rangetostring(object *pl, char *obuf);
 void set_title(object *pl, char *buf);  void set_title(object *pl, char *buf);


Legend:
line(s) removed in v.1.18 
line(s) changed
 line(s) added in v.1.19

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:28