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

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

version 1.26, 2011/07/23 18:41:18 version 1.27, 2011/07/25 15:37:00
Line 72  int   tbl_layout(struct tbl_node *, int, const char *)
Line 72  int   tbl_layout(struct tbl_node *, int, const char *)
 int              tbl_data(struct tbl_node *, int, const char *);  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(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,
                         const char *, int, int *);                          const char *, int, int *);

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

CVSweb