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

Diff for /mandoc/Attic/private.h between version 1.78 and 1.79

version 1.78, 2009/02/22 14:31:08 version 1.79, 2009/02/23 12:45:19
Line 164  int      xstrncmp(const char *, const char *, size_t);
Line 164  int      xstrncmp(const char *, const char *, size_t);
 void             *xcalloc(size_t, size_t);  void             *xcalloc(size_t, size_t);
 char             *xstrdup(const char *);  char             *xstrdup(const char *);
   
 int               macro_obsolete(MACRO_PROT_ARGS);  
 int               macro_constant(MACRO_PROT_ARGS);  
 int               macro_constant_scoped(MACRO_PROT_ARGS);  
 int               macro_constant_delimited(MACRO_PROT_ARGS);  
 int               macro_text(MACRO_PROT_ARGS);  
 int               macro_scoped(MACRO_PROT_ARGS);  
 int               macro_scoped_close(MACRO_PROT_ARGS);  
 int               macro_scoped_line(MACRO_PROT_ARGS);  
 int               macro_prologue(MACRO_PROT_ARGS);  
 int               macro_end(struct mdoc *);  int               macro_end(struct mdoc *);
   
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

CVSweb