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

Diff for /mandoc/libmandoc.h between version 1.16 and 1.17

version 1.16, 2011/03/22 14:05:45 version 1.17, 2011/03/28 23:52:13
Line 79  char  *mandoc_getarg(struct mparse *, char **, int, in
Line 79  char  *mandoc_getarg(struct mparse *, char **, int, in
 char            *mandoc_normdate(struct mparse *, char *, int, int);  char            *mandoc_normdate(struct mparse *, char *, int, int);
 int              mandoc_eos(const char *, size_t, int);  int              mandoc_eos(const char *, size_t, int);
 int              mandoc_hyph(const char *, const char *);  int              mandoc_hyph(const char *, const char *);
   int              mandoc_getcontrol(const char *, int *);
   
 void             mdoc_free(struct mdoc *);  void             mdoc_free(struct mdoc *);
 struct  mdoc    *mdoc_alloc(struct regset *, struct mparse *);  struct  mdoc    *mdoc_alloc(struct regset *, struct mparse *);

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb