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

Diff for /mandoc/term.h between version 1.85 and 1.86

version 1.85, 2011/05/20 15:48:22 version 1.86, 2011/07/22 10:50:46
Line 96  struct termp {
Line 96  struct termp {
         struct termp_ps  *ps;          struct termp_ps  *ps;
 };  };
   
   void              term_eqn(struct termp *, const struct eqn *);
 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_newln(struct termp *);  void              term_newln(struct termp *);

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

CVSweb