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

Diff for /mandoc/term.h between version 1.25 and 1.26

version 1.25, 2009/03/16 22:19:19 version 1.26, 2009/03/17 13:35:46
Line 81  struct termact {
Line 81  struct termact {
   
 void             *ascii2htab(void);  void             *ascii2htab(void);
 const char       *a2ascii(void *, const char *, size_t, size_t *);  const char       *a2ascii(void *, const char *, size_t, size_t *);
   void              asciifree(void *);
   
 void              newln(struct termp *);  void              newln(struct termp *);
 void              vspace(struct termp *);  void              vspace(struct termp *);

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb