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

Diff for /mandoc/Attic/libroff.h between version 1.5 and 1.6

version 1.5, 2010/12/29 14:38:14 version 1.6, 2010/12/29 14:53:31
Line 84  struct tbl {
Line 84  struct tbl {
         (*(tblp)->msg)((type), (tblp)->data, (line), (col), NULL)          (*(tblp)->msg)((type), (tblp)->data, (line), (col), NULL)
   
 struct tbl      *tbl_alloc(void *, mandocmsg);  struct tbl      *tbl_alloc(void *, mandocmsg);
   void             tbl_restart(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.5  
changed lines
  Added in v.1.6

CVSweb