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

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

version 1.76, 2018/12/14 06:33:14 version 1.77, 2018/12/21 17:15:18
Line 48  struct buf {
Line 48  struct buf {
 struct  roff;  struct  roff;
 struct  roff_man;  struct  roff_man;
   
 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 76  void   roff_endparse(struct roff *);
Line 75  void   roff_endparse(struct roff *);
 void             roff_setreg(struct roff *, const char *, int, char sign);  void             roff_setreg(struct roff *, const char *, int, char sign);
 int              roff_getreg(struct roff *, const char *);  int              roff_getreg(struct roff *, const char *);
 char            *roff_strdup(const struct roff *, const char *);  char            *roff_strdup(const struct roff *, const char *);
   char            *roff_getarg(struct roff *, char **, int, int *);
 int              roff_getcontrol(const struct roff *,  int              roff_getcontrol(const struct roff *,
                         const char *, int *);                          const char *, int *);
 int              roff_getformat(const struct roff *);  int              roff_getformat(const struct roff *);

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

CVSweb