Difference for cfile/cfile.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * Functions for accessing compressed files.   * Functions for accessing compressed files.
  *    *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:02:45  donut   * Revision 1.2  1999/06/14 23:44:11  donut
  * Initial revision   * Orulz' svgalib/ggi/noerror patches.
    *
    * Revision 1.1.1.1  1999/06/14 22:02:45  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 1.24  1995/03/15  14:20:27  john   * Revision 1.24  1995/03/15  14:20:27  john
  * Added critical error checker.   * Added critical error checker.
Line 124
 
Line 127
 //added 05/17/99 Matt Mueller  //added 05/17/99 Matt Mueller
 #include "u_mem.h"  #include "u_mem.h"
 //end addition -MM  //end addition -MM
   //added on 6/15/99 by Owen Evans
   #include "strutil.h"
   //end added - OE
   
 typedef struct hogfile {  typedef struct hogfile {
  char name[13];   char name[13];

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2