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

Diff for /mandoc/Attic/libroff.h between version 1.30 and 1.31

version 1.30, 2014/10/16 01:11:20 version 1.31, 2014/10/25 14:35:37
Line 77  int   tbl_data(struct tbl_node *, int, const char *);
Line 77  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(const char *, int, int, struct mparse *);  struct eqn_node *eqn_alloc(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.30  
changed lines
  Added in v.1.31

CVSweb