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

Diff for /src/usr.bin/tail/forward.c between version 1.13 and 1.14

version 1.13, 2001/11/19 19:02:16 version 1.14, 2002/02/16 21:27:54
Line 60 
Line 60 
   
 #include "extern.h"  #include "extern.h"
   
 static int rlines __P((FILE *, long, struct stat *));  static int rlines(FILE *, long, struct stat *);
   
 /*  /*
  * forward -- display the file, from an offset, forward.   * forward -- display the file, from an offset, forward.

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14