[BACK]Return to libroff.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/Attic/libroff.h between version 1.14 and 1.15

version 1.14, 2015/01/28 15:02:25 version 1.15, 2015/01/28 17:30:37
Line 74 
Line 74 
 void             tbl_data(struct tbl_node *, int, const char *, int);  void             tbl_data(struct tbl_node *, int, const char *, int);
 int              tbl_cdata(struct tbl_node *, int, const char *, int);  int              tbl_cdata(struct tbl_node *, int, const char *, int);
 const struct tbl_span   *tbl_span(struct tbl_node *);  const struct tbl_span   *tbl_span(struct tbl_node *);
 void             tbl_end(struct tbl_node **);  int              tbl_end(struct tbl_node **);
 struct eqn_node *eqn_alloc(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 *);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15