[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.13

version 1.12, 2011/01/01 15:45:18 version 1.13, 2011/01/01 16:10:40
Line 54  struct tbl {
Line 54  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.13

CVSweb