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

Diff for /mandoc/term.h between version 1.103 and 1.104

version 1.103, 2014/09/17 20:18:58 version 1.104, 2014/10/26 17:12:03
Line 104  struct termp {
Line 104  struct termp {
         struct termp_ps  *ps;          struct termp_ps  *ps;
 };  };
   
   const char       *ascii_uc2str(int);
   
 void              term_eqn(struct termp *, const struct eqn *);  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 *);

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104

CVSweb