Difference for socket/image.c from version 1.8 to 1.9


version 1.8 version 1.9
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: image.c,v 1.8 2005/07/14 09:18:57 akirschbaum Exp $";   *    "$Id: image.c,v 1.9 2005/12/05 23:34:04 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 79
 
Line 79
 /**  /**
  * Frees all faceset information   * Frees all faceset information
  */   */
 void free_socket_images()  void free_socket_images(void)
 {  {
     int num,q;      int num,q;
   
Line 173
 
Line 173
  * to do such.   * to do such.
  */   */
   
 void read_client_images()  void read_client_images(void)
 {  {
     char filename[400];      char filename[400];
     char buf[HUGE_BUF];      char buf[HUGE_BUF];


Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9

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