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

Diff for /mandoc/libmandoc.h between version 1.54 and 1.55

version 1.54, 2015/01/14 22:58:16 version 1.55, 2015/01/15 04:26:39
Line 60  struct mdoc *mdoc_alloc(struct roff *, struct mparse *
Line 60  struct mdoc *mdoc_alloc(struct roff *, struct mparse *
                         const char *, int);                          const char *, int);
 void             mdoc_reset(struct mdoc *);  void             mdoc_reset(struct mdoc *);
 int              mdoc_parseln(struct mdoc *, int, char *, int);  int              mdoc_parseln(struct mdoc *, int, char *, int);
 int              mdoc_endparse(struct mdoc *);  void             mdoc_endparse(struct mdoc *);
 void             mdoc_addspan(struct mdoc *, const struct tbl_span *);  void             mdoc_addspan(struct mdoc *, const struct tbl_span *);
 void             mdoc_addeqn(struct mdoc *, const struct eqn *);  void             mdoc_addeqn(struct mdoc *, const struct eqn *);
   
Line 69  struct man *man_alloc(struct roff *, struct mparse *,
Line 69  struct man *man_alloc(struct roff *, struct mparse *,
                         const char *, int);                          const char *, int);
 void             man_reset(struct man *);  void             man_reset(struct man *);
 int              man_parseln(struct man *, int, char *, int);  int              man_parseln(struct man *, int, char *, int);
 int              man_endparse(struct man *);  void             man_endparse(struct man *);
 void             man_addspan(struct man *, const struct tbl_span *);  void             man_addspan(struct man *, const struct tbl_span *);
 void             man_addeqn(struct man *, const struct eqn *);  void             man_addeqn(struct man *, const struct eqn *);
   

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

CVSweb