Difference for include/sockproto.h from version 1.12 to 1.13


version 1.12 version 1.13
Line 3
 
Line 3
 void free_socket_images(void);  void free_socket_images(void);
 void read_client_images(void);  void read_client_images(void);
 void SetFaceMode(char *buf, int len, NewSocket *ns);  void SetFaceMode(char *buf, int len, NewSocket *ns);
 void SendFaceCmd(char *buff, int len, player *pl);  void SendFaceCmd(char *buff, int len, NewSocket *ns);
 void esrv_send_face(NewSocket *ns, short face_num, int nocache);  void esrv_send_face(NewSocket *ns, short face_num, int nocache);
   void send_image_info(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, char *buf);
Line 43
 
Line 45
 void LookAt(char *buf, int len, player *pl);  void LookAt(char *buf, int len, player *pl);
 void esrv_move_object(object *pl, tag_t to, tag_t tag, long nrof);  void esrv_move_object(object *pl, tag_t to, tag_t tag, long nrof);
 /* loop.c */  /* loop.c */
   void RequestInfo(char *buf, int len, NewSocket *ns);
 void Handle_Oldsocket(NewSocket *ns);  void Handle_Oldsocket(NewSocket *ns);
 void HandleClient(NewSocket *ns, player *pl);  void HandleClient(NewSocket *ns, player *pl);
 void watchdog(void);  void watchdog(void);


Legend:
line(s) removed in v.1.12 
line(s) changed
 line(s) added in v.1.13

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