[BACK]Return to term.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/term.h between version 1.117 and 1.118

version 1.117, 2015/10/13 22:59:54 version 1.118, 2015/11/07 14:01:16
Line 105  struct termp {
Line 105  struct termp {
         struct termp_ps  *ps;          struct termp_ps  *ps;
 };  };
   
 __BEGIN_DECLS  
   
 struct  tbl_span;  struct  tbl_span;
 struct  eqn;  struct  eqn;
Line 134  void    term_fontpop(struct termp *);
Line 133  void    term_fontpop(struct termp *);
 void              term_fontpopq(struct termp *, int);  void              term_fontpopq(struct termp *, int);
 void              term_fontrepl(struct termp *, enum termfont);  void              term_fontrepl(struct termp *, enum termfont);
 void              term_fontlast(struct termp *);  void              term_fontlast(struct termp *);
   
 __END_DECLS  

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118

CVSweb