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

Diff for /mandoc/libmandoc.h between version 1.61 and 1.64

version 1.61, 2015/10/13 22:59:54 version 1.64, 2016/07/19 13:36:13
Line 32  struct buf {
Line 32  struct buf {
         size_t   sz;          size_t   sz;
 };  };
   
 __BEGIN_DECLS  
   
 struct  mparse;  struct  mparse;
 struct  tbl_span;  struct  tbl_span;
 struct  eqn;  struct  eqn;
 struct  roff;  struct  roff;
 struct  roff_man;  struct  roff_man;
 struct  roff_node;  
   
 void             mandoc_msg(enum mandocerr, struct mparse *,  void             mandoc_msg(enum mandocerr, struct mparse *,
                         int, int, const char *);                          int, int, const char *);
 #if __GNUC__ - 0 >= 4  
 __attribute__((__format__ (__printf__, 5, 6)))  
 #endif  
 void             mandoc_vmsg(enum mandocerr, struct mparse *,  void             mandoc_vmsg(enum mandocerr, struct mparse *,
                         int, int, const char *, ...);                          int, int, const char *, ...)
                           __attribute__((__format__ (printf, 5, 6)));
 char            *mandoc_getarg(struct mparse *, char **, int, int *);  char            *mandoc_getarg(struct mparse *, char **, int, int *);
 char            *mandoc_normdate(struct mparse *, char *, int, int);  char            *mandoc_normdate(struct mparse *, char *, int, int);
 int              mandoc_eos(const char *, size_t);  int              mandoc_eos(const char *, size_t);
Line 84  int   roff_getformat(const struct roff *);
Line 80  int   roff_getformat(const struct roff *);
   
 const struct tbl_span   *roff_span(const struct roff *);  const struct tbl_span   *roff_span(const struct roff *);
 const struct eqn        *roff_eqn(const struct roff *);  const struct eqn        *roff_eqn(const struct roff *);
   
 __END_DECLS  

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.64

CVSweb