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

Diff for /mandoc/term.h between version 1.46 and 1.47

version 1.46, 2009/09/16 09:41:24 version 1.47, 2009/09/17 07:41:28
Line 48  struct termp {
Line 48  struct termp {
         void             *symtab;       /* Encoded-symbol table. */          void             *symtab;       /* Encoded-symbol table. */
 };  };
   
 void             *term_ascii2htab(void);  
 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_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.46  
changed lines
  Added in v.1.47

CVSweb