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

Diff for /src/usr.bin/less/funcs.h between version 1.3 and 1.4

version 1.3, 2003/04/13 18:26:25 version 1.4, 2003/04/14 14:33:57
Line 100 
Line 100 
         public char * get_meta_escape ();          public char * get_meta_escape ();
         public char * shell_quote ();          public char * shell_quote ();
         public char * homefile ();          public char * homefile ();
           public char * find_helpfile ();
         public char * fexpand ();          public char * fexpand ();
         public char * fcomplete ();          public char * fcomplete ();
         public int bin_file ();          public int bin_file ();
Line 115 
Line 116 
         public void forward ();          public void forward ();
         public void backward ();          public void backward ();
         public int get_back_scroll ();          public int get_back_scroll ();
           public void help ();
         public void del_ifile ();          public void del_ifile ();
         public IFILE next_ifile ();          public IFILE next_ifile ();
         public IFILE prev_ifile ();          public IFILE prev_ifile ();

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