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

Diff for /mandoc/libmandoc.h between version 1.75 and 1.76

version 1.75, 2018/12/14 01:18:25 version 1.76, 2018/12/14 06:33:14
Line 45  struct buf {
Line 45  struct buf {
 };  };
   
   
 struct  mparse;  
 struct  roff;  struct  roff;
 struct  roff_man;  struct  roff_man;
   
 char            *mandoc_getarg(struct mparse *, char **, int, int *);  char            *mandoc_getarg(char **, int, int *);
 char            *mandoc_normdate(struct roff_man *, char *, int, int);  char            *mandoc_normdate(struct roff_man *, char *, int, int);
 int              mandoc_eos(const char *, size_t);  int              mandoc_eos(const char *, size_t);
 int              mandoc_strntoi(const char *, size_t, int);  int              mandoc_strntoi(const char *, size_t, int);
Line 66  int   preconv_encode(const struct buf *, size_t *,
Line 65  int   preconv_encode(const struct buf *, size_t *,
                         struct buf *, size_t *, int *);                          struct buf *, size_t *, int *);
   
 void             roff_free(struct roff *);  void             roff_free(struct roff *);
 struct roff     *roff_alloc(struct mparse *, int);  struct roff     *roff_alloc(int);
 void             roff_reset(struct roff *);  void             roff_reset(struct roff *);
 void             roff_man_free(struct roff_man *);  void             roff_man_free(struct roff_man *);
 struct roff_man *roff_man_alloc(struct roff *, struct mparse *,  struct roff_man *roff_man_alloc(struct roff *, const char *, int);
                         const char *, int);  
 void             roff_man_reset(struct roff_man *);  void             roff_man_reset(struct roff_man *);
 int              roff_parseln(struct roff *, int, struct buf *, int *);  int              roff_parseln(struct roff *, int, struct buf *, int *);
 void             roff_userret(struct roff *);  void             roff_userret(struct roff *);

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

CVSweb