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

Diff for /mandoc/Attic/libroff.h between version 1.12 and 1.14

version 1.12, 2011/01/01 15:45:18 version 1.14, 2011/01/01 22:19:15
Line 47  struct tbl {
Line 47  struct tbl {
         struct tbl_row   *last_row;          struct tbl_row   *last_row;
         struct tbl_span  *first_span;          struct tbl_span  *first_span;
         struct tbl_span  *last_span;          struct tbl_span  *last_span;
           struct tbl_head  *first_head;
           struct tbl_head  *last_head;
         struct tbl       *next;          struct tbl       *next;
 };  };
   
Line 54  struct tbl {
Line 56  struct tbl {
         (*(tblp)->msg)((type), (tblp)->data, (line), (col), NULL)          (*(tblp)->msg)((type), (tblp)->data, (line), (col), NULL)
   
 struct tbl      *tbl_alloc(int, int, void *, mandocmsg);  struct tbl      *tbl_alloc(int, int, void *, mandocmsg);
 void             tbl_restart(struct tbl *);  void             tbl_restart(int, int, struct tbl *);
 void             tbl_free(struct tbl *);  void             tbl_free(struct tbl *);
 void             tbl_reset(struct tbl *);  void             tbl_reset(struct tbl *);
 enum rofferr     tbl_read(struct tbl *, int, const char *, int);  enum rofferr     tbl_read(struct tbl *, int, const char *, int);

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

CVSweb