[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.7 and 1.8

version 1.7, 2010/07/16 00:34:33 version 1.8, 2011/01/03 22:27:21
Line 24 
Line 24 
 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.7  
changed lines
  Added in v.1.8