[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.9 and 1.10

version 1.9, 2011/03/07 01:35:33 version 1.10, 2011/04/21 22:59:54
Line 20 
Line 20 
 __BEGIN_DECLS  __BEGIN_DECLS
   
 int              mandoc_special(char *);  int              mandoc_special(char *);
 void            *mandoc_calloc(size_t, size_t);  
 char            *mandoc_strdup(const char *);  char            *mandoc_strdup(const char *);
 void            *mandoc_malloc(size_t);  
 void            *mandoc_realloc(void *, size_t);  
 char            *mandoc_getarg(char **, mandocmsg, void *, int, int *);  char            *mandoc_getarg(char **, mandocmsg, void *, int, int *);
 char            *mandoc_normdate(char *, mandocmsg, void *, int, int);  char            *mandoc_normdate(char *, mandocmsg, void *, int, int);
 int              mandoc_eos(const char *, size_t, int);  int              mandoc_eos(const char *, size_t, int);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10