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

Diff for /texi2mdoc/extern.h between version 1.22 and 1.23

version 1.22, 2015/03/01 13:39:51 version 1.23, 2015/03/01 16:57:39
Line 373  struct teximacro {
Line 373  struct teximacro {
  */   */
 struct  texi {  struct  texi {
         const char       *chapters; /* are we splitting chapters */          const char       *chapters; /* are we splitting chapters */
         size_t            chapnum;          size_t            chapnum; /* current chapter node */
         char            **dirs; /* texi directories */          char            **dirs; /* texi directories */
         size_t            dirsz; /* number of texi directories */          size_t            dirsz; /* number of texi directories */
         FILE             *outfile;          FILE             *outfile;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb