[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.52 and 1.53

version 1.52, 2017/04/29 12:43:55 version 1.53, 2017/06/11 19:36:31
Line 45 
Line 45 
                         int, int, const char *, ...)                          int, int, const char *, ...)
                         __attribute__((__format__ (__printf__, 5, 6)));                          __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 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);
 const char      *mandoc_a2msec(const char*);  const char      *mandoc_a2msec(const char*);

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53