[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.11 and 1.12

version 1.11, 2011/04/24 16:22:02 version 1.12, 2011/05/29 21:22:18
Line 73 
Line 73 
                         int, int, const char *);                          int, int, const char *);
 void             mandoc_vmsg(enum mandocerr, struct mparse *,  void             mandoc_vmsg(enum mandocerr, struct mparse *,
                         int, int, const char *, ...);                          int, int, const char *, ...);
 int              mandoc_special(char *);  
 char            *mandoc_strdup(const char *);  char            *mandoc_strdup(const char *);
 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);  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 *);  int              mandoc_getcontrol(const char *, int *);
   int              mandoc_strntou(const char *, size_t, 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.11  
changed lines
  Added in v.1.12