[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.7 and 1.8

version 1.7, 2009/08/09 21:59:41 version 1.8, 2009/08/22 17:04:48
Line 58 
Line 58 
   
 void             *term_ascii2htab(void);  void             *term_ascii2htab(void);
 const char       *term_a2ascii(void *, const char *, size_t, size_t *);  const char       *term_a2ascii(void *, const char *, size_t, size_t *);
   const char       *term_a2res(void *, const char *, size_t, size_t *);
 void              term_asciifree(void *);  void              term_asciifree(void *);
   
 void              term_newln(struct termp *);  void              term_newln(struct termp *);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8