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

Diff for /mandoc/term.h between version 1.83 and 1.84

version 1.83, 2011/05/15 00:58:48 version 1.84, 2011/05/17 14:38:34
Line 22  __BEGIN_DECLS
Line 22  __BEGIN_DECLS
 struct  termp;  struct  termp;
   
 enum    termenc {  enum    termenc {
         TERMENC_ASCII          TERMENC_ASCII,
           TERMENC_LOCALE
 };  };
   
 enum    termtype {  enum    termtype {
Line 94  struct termp {
Line 95  struct termp {
         struct termp_ps  *ps;          struct termp_ps  *ps;
 };  };
   
 struct termp     *term_alloc(enum termenc);  
 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.83  
changed lines
  Added in v.1.84

CVSweb