[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.11 and 1.12

version 1.11, 2009/10/19 09:16:58 version 1.12, 2009/10/21 19:13:51
Line 53 
Line 53 
 void              term_word(struct termp *, const char *);  void              term_word(struct termp *, const char *);
 void              term_flushln(struct termp *);  void              term_flushln(struct termp *);
   
   size_t            term_hspan(const struct roffsu *);
   size_t            term_vspan(const struct roffsu *);
   
 __END_DECLS  __END_DECLS
   
 #endif /*!TERM_H*/  #endif /*!TERM_H*/

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12