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

Diff for /mandoc/Attic/libroff.h between version 1.25 and 1.26

version 1.25, 2011/07/22 14:55:07 version 1.26, 2011/07/23 18:41:18
Line 73  int   tbl_data(struct tbl_node *, int, const char *);
Line 73  int   tbl_data(struct tbl_node *, int, const char *);
 int              tbl_cdata(struct tbl_node *, int, const char *);  int              tbl_cdata(struct tbl_node *, int, const char *);
 const struct tbl_span   *tbl_span(struct tbl_node *);  const struct tbl_span   *tbl_span(struct tbl_node *);
 void             tbl_end(struct tbl_node *);  void             tbl_end(struct tbl_node *);
 struct eqn_node *eqn_alloc(int, int, struct mparse *);  struct eqn_node *eqn_alloc(const char *, int, int, struct mparse *);
 enum rofferr     eqn_end(struct eqn_node *);  enum rofferr     eqn_end(struct eqn_node *);
 void             eqn_free(struct eqn_node *);  void             eqn_free(struct eqn_node *);
 enum rofferr     eqn_read(struct eqn_node **, int,  enum rofferr     eqn_read(struct eqn_node **, int,

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb