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

Diff for /mandoc/Attic/private.h between version 1.53 and 1.54

version 1.53, 2009/01/03 22:10:22 version 1.54, 2009/01/05 14:14:04
Line 85  time_t    mdoc_atotime(const char *);
Line 85  time_t    mdoc_atotime(const char *);
 int               mdoc_valid_pre(struct mdoc *, int, int,  int               mdoc_valid_pre(struct mdoc *, int, int,
                         int, const struct mdoc_arg *);                          int, const struct mdoc_arg *);
 int               mdoc_valid_post(struct mdoc *, int, int);  int               mdoc_valid_post(struct mdoc *, int, int);
   int               mdoc_action(struct mdoc *, int, int);
   
 int               mdoc_argv(struct mdoc *, int,  int               mdoc_argv(struct mdoc *, int,
                         struct mdoc_arg *, int *, char *);                          struct mdoc_arg *, int *, char *);

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

CVSweb