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

Diff for /mandoc/Attic/private.h between version 1.46 and 1.47

version 1.46, 2008/12/28 21:25:09 version 1.47, 2008/12/29 12:19:41
Line 94  int      xstrcmp(const char *, const char *);
Line 94  int      xstrcmp(const char *, const char *);
 void             *xcalloc(size_t, size_t);  void             *xcalloc(size_t, size_t);
 char             *xstrdup(const char *);  char             *xstrdup(const char *);
   
   int               macro_constant_delimited(MACRO_PROT_ARGS);
 int               macro_text(MACRO_PROT_ARGS);  int               macro_text(MACRO_PROT_ARGS);
 int               macro_scoped_implicit(MACRO_PROT_ARGS);  int               macro_scoped_implicit(MACRO_PROT_ARGS);
 int               macro_scoped_explicit(MACRO_PROT_ARGS);  int               macro_scoped_explicit(MACRO_PROT_ARGS);

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

CVSweb