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

Diff for /mandoc/term.h between version 1.76 and 1.77

version 1.76, 2010/07/25 22:15:07 version 1.77, 2011/01/02 12:21:07
Line 120  struct termp {
Line 120  struct termp {
 };  };
   
 struct termp     *term_alloc(enum termenc);  struct termp     *term_alloc(enum termenc);
   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 *);
 void              term_vspace(struct termp *);  void              term_vspace(struct termp *);

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

CVSweb