Difference for common/readable.c from version 1.26 to 1.27


version 1.26 version 1.27
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_readable_c =   * static char *rcsid_readable_c =
  *   "$Id: readable.c,v 1.26 2005/10/31 21:23:00 akirschbaum Exp $";   *   "$Id: readable.c,v 1.27 2005/12/05 23:34:03 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 540
 
Line 540
  *****************************************************************************/   *****************************************************************************/
   
 static titlelist *  static titlelist *
 get_empty_booklist ()  get_empty_booklist (void)
 {  {
     titlelist *bl = (titlelist *) malloc (sizeof (titlelist));      titlelist *bl = (titlelist *) malloc (sizeof (titlelist));
     if (bl == NULL)      if (bl == NULL)
Line 552
 
Line 552
 }  }
   
 static title  *  static title  *
 get_empty_book ()  get_empty_book (void)
 {  {
     title  *t = (title *) malloc (sizeof (title));      title  *t = (title *) malloc (sizeof (title));
     if (t == NULL)      if (t == NULL)
Line 2027
 
Line 2027
  *****************************************************************************/   *****************************************************************************/
   
 void   void
 free_all_readable ()  free_all_readable (void)
 {  {
     titlelist *tlist, *tnext;      titlelist *tlist, *tnext;
     title  *title1, *titlenext;      title  *title1, *titlenext;


Legend:
line(s) removed in v.1.26 
line(s) changed
 line(s) added in v.1.27

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