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

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

version 1.47, 2009/09/17 07:41:28 version 1.48, 2009/10/18 13:34:17
Line 53  void    term_vspace(struct termp *);
Line 53  void    term_vspace(struct termp *);
 void              term_word(struct termp *, const char *);  void              term_word(struct termp *, const char *);
 void              term_flushln(struct termp *);  void              term_flushln(struct termp *);
   
   int               a2width(const char *);
   int               a2height(const char *);
   
 __END_DECLS  __END_DECLS
   
 #endif /*!TERM_H*/  #endif /*!TERM_H*/

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

CVSweb