[BACK]Return to term.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/term.h between version 1.30 and 1.31

version 1.30, 2011/05/29 21:22:18 version 1.31, 2011/09/18 10:25:28
Line 96 
Line 96 
         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.30  
changed lines
  Added in v.1.31