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

Diff for /mandoc/html.h between version 1.9 and 1.10

version 1.9, 2009/10/03 15:26:26 version 1.10, 2009/10/03 16:36:06
Line 103  void    print_tagq(struct html *, const struct tag *);
Line 103  void    print_tagq(struct html *, const struct tag *);
 void              print_stagq(struct html *, const struct tag *);  void              print_stagq(struct html *, const struct tag *);
 void              print_text(struct html *, const char *);  void              print_text(struct html *, const char *);
   
   void              buffmt_man(struct html *, const char *, const char *);
   void              buffmt_includes(struct html *, const char *);
   void              buffmt(struct html *, const char *, ...);
   void              bufcat(struct html *, const char *);
   void              bufncat(struct html *, const char *, size_t);
   void              bufinit(struct html *);
   
 __END_DECLS  __END_DECLS
   
 #endif /*!HTML_H*/  #endif /*!HTML_H*/

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb