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

Diff for /src/usr.bin/mandoc/libmandoc.h between version 1.60 and 1.61

version 1.60, 2018/12/14 01:17:46 version 1.61, 2018/12/14 06:33:03
Line 45 
Line 45 
 };  };
   
   
 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 
Line 65 
                         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.60  
changed lines
  Added in v.1.61