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

Diff for /mandoc/libmdoc.h between version 1.1 and 1.2

version 1.1, 2009/03/23 14:22:11 version 1.2, 2009/03/23 15:41:09
Line 153  int      xstrlcpy(char *, const char *, size_t);
Line 153  int      xstrlcpy(char *, const char *, size_t);
 int               xstrcmp(const char *, const char *);  int               xstrcmp(const char *, const char *);
 void             *xrealloc(void *, size_t);  void             *xrealloc(void *, size_t);
 char             *xstrdup(const char *);  char             *xstrdup(const char *);
 int               macro_end(struct mdoc *);  int               mdoc_macroend(struct mdoc *);
   
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb