[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.47 and 1.48

version 1.47, 2014/09/17 20:17:55 version 1.48, 2014/10/26 17:11:18
Line 104 
Line 104 
         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.47  
changed lines
  Added in v.1.48