[BACK]Return to compress.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Diff for /src/usr.bin/file/Attic/compress.c between version 1.4 and 1.5

version 1.4, 1998/07/10 15:05:19 version 1.5, 2002/02/16 21:27:46
Line 33 
Line 33 
 static int ncompr = sizeof(compr) / sizeof(compr[0]);  static int ncompr = sizeof(compr) / sizeof(compr[0]);
   
   
 static int uncompress __P((int, const unsigned char *, unsigned char **, int));  static int uncompress(int, const unsigned char *, unsigned char **, int);
   
 int  int
 zmagic(buf, nbytes)  zmagic(buf, nbytes)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5