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

Diff for /mandoc/term.h between version 1.129 and 1.130

version 1.129, 2017/06/17 14:55:30 version 1.130, 2017/07/08 14:51:05
Line 36  enum termfont {
Line 36  enum termfont {
         TERMFONT__MAX          TERMFONT__MAX
 };  };
   
 struct  eqn;  struct  eqn_box;
 struct  roff_meta;  struct  roff_meta;
 struct  roff_node;  struct  roff_node;
 struct  tbl_span;  struct  tbl_span;
Line 126  const char  *ascii_uc2str(int);
Line 126  const char  *ascii_uc2str(int);
   
 void              roff_term_pre(struct termp *, const struct roff_node *);  void              roff_term_pre(struct termp *, const struct roff_node *);
   
 void              term_eqn(struct termp *, const struct eqn *);  void              term_eqn(struct termp *, const struct eqn_box *);
 void              term_tbl(struct termp *, const struct tbl_span *);  void              term_tbl(struct termp *, const struct tbl_span *);
 void              term_free(struct termp *);  void              term_free(struct termp *);
 void              term_setcol(struct termp *, size_t);  void              term_setcol(struct termp *, size_t);

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130

CVSweb