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

Diff for /docbook2mdoc/macro.h between version 1.6 and 1.7

version 1.6, 2019/05/01 15:05:39 version 1.7, 2019/05/01 17:20:47
Line 59  void  macro_argline(struct format *, const char *, con
Line 59  void  macro_argline(struct format *, const char *, con
 void     macro_addnode(struct format *, struct pnode *, int);  void     macro_addnode(struct format *, struct pnode *, int);
 void     macro_nodeline(struct format *, const char *, struct pnode *, int);  void     macro_nodeline(struct format *, const char *, struct pnode *, int);
   
   void     para_check(struct format *);
 void     print_text(struct format *, const char *, int);  void     print_text(struct format *, const char *, int);
 void     print_textnode(struct format *, struct pnode *);  void     print_textnode(struct format *, struct pnode *);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb