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

Diff for /mandoc/html.h between version 1.71 and 1.72

version 1.71, 2015/10/13 22:59:54 version 1.72, 2015/11/07 14:01:16
Line 142  struct html {
Line 142  struct html {
 #define HTML_FRAGMENT    (1 << 0) /* don't emit HTML/HEAD/BODY */  #define HTML_FRAGMENT    (1 << 0) /* don't emit HTML/HEAD/BODY */
 };  };
   
 __BEGIN_DECLS  
   
 struct  tbl_span;  struct  tbl_span;
 struct  eqn;  struct  eqn;
Line 175  void    buffmt_man(struct html *,
Line 174  void    buffmt_man(struct html *,
 void              buffmt_includes(struct html *, const char *);  void              buffmt_includes(struct html *, const char *);
   
 int               html_strlen(const char *);  int               html_strlen(const char *);
   
 __END_DECLS  

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

CVSweb