[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.14 and 1.15

version 1.14, 2015/11/21 13:29:12 version 1.15, 2015/11/23 09:38:35
Line 38 
Line 38 
 extern  int apply_at_specials(int);  extern  int apply_at_specials(int);
 extern  void putbs(void);  extern  void putbs(void);
 extern  void match_brac(int, int, int, int);  extern  void match_brac(int, int, int, int);
   extern  int ch_get(void);
 extern  void ch_ungetchar(int);  extern  void ch_ungetchar(int);
 extern  void end_logfile(void);  extern  void end_logfile(void);
 extern  void sync_logfile(void);  extern  void sync_logfile(void);

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