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

Diff for /src/usr.bin/less/ifile.c between version 1.4 and 1.5

version 1.4, 2003/04/13 18:26:25 version 1.5, 2010/07/03 16:29:46
Line 307 
Line 307 
         int_ifile(ifile)->h_hold += incr;          int_ifile(ifile)->h_hold += incr;
 }  }
   
   #ifndef SMALL_PROGRAM
         public int          public int
 held_ifile(ifile)  held_ifile(ifile)
         IFILE ifile;          IFILE ifile;
 {  {
         return (int_ifile(ifile)->h_hold);          return (int_ifile(ifile)->h_hold);
 }  }
   #endif /* SMALL_PROGRAM */
   
         public void *          public void *
 get_filestate(ifile)  get_filestate(ifile)

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