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

Diff for /mandoc/libmandoc.h between version 1.9 and 1.10

version 1.9, 2010/07/18 17:00:26 version 1.10, 2011/01/03 22:42:37
Line 24  void  *mandoc_calloc(size_t, size_t);
Line 24  void  *mandoc_calloc(size_t, size_t);
 char            *mandoc_strdup(const char *);  char            *mandoc_strdup(const char *);
 void            *mandoc_malloc(size_t);  void            *mandoc_malloc(size_t);
 void            *mandoc_realloc(void *, size_t);  void            *mandoc_realloc(void *, size_t);
   char            *mandoc_getarg(char **, mandocmsg, void *, int, int *);
 time_t           mandoc_a2time(int, const char *);  time_t           mandoc_a2time(int, const char *);
 #define          MTIME_CANONICAL        (1 << 0)  #define          MTIME_CANONICAL        (1 << 0)
 #define          MTIME_REDUCED          (1 << 1)  #define          MTIME_REDUCED          (1 << 1)

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

CVSweb