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

Diff for /mandoc/term.h between version 1.58 and 1.59

version 1.58, 2010/06/07 20:57:09 version 1.59, 2010/06/08 13:22:37
Line 81  struct termp {
Line 81  struct termp {
         size_t            pspage;       /* -Tps: current page */          size_t            pspage;       /* -Tps: current page */
 };  };
   
   struct termp     *term_alloc(enum termenc);
   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 *);
 void              term_word(struct termp *, const char *);  void              term_word(struct termp *, const char *);

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

CVSweb