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

Diff for /src/usr.bin/tail/extern.h between version 1.10 and 1.11

version 1.10, 2008/10/17 11:38:20 version 1.11, 2008/11/13 18:33:03
Line 40 
Line 40 
   
 void forward(FILE *, enum STYLE, off_t, struct stat *);  void forward(FILE *, enum STYLE, off_t, struct stat *);
 void reverse(FILE *, enum STYLE, off_t, struct stat *);  void reverse(FILE *, enum STYLE, off_t, struct stat *);
 void follow(char **, int, enum STYLE, off_t);  
   
 int bytes(FILE *, off_t);  int bytes(FILE *, off_t);
 int lines(FILE *, off_t);  int lines(FILE *, off_t);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11