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

Diff for /mandoc/Attic/argv.c between version 1.14 and 1.15

version 1.14, 2009/01/16 11:50:54 version 1.15, 2009/01/16 12:23:25
Line 26 
Line 26 
 #include "private.h"  #include "private.h"
   
   
   /* FIXME: .It called with -column and quoted arguments. */
   
 static  int              lookup(int, const char *);  static  int              lookup(int, const char *);
 static  int              parse(struct mdoc *, int, int,  static  int              parse(struct mdoc *, int, int,
                                 struct mdoc_arg *, int *, char *);                                  struct mdoc_arg *, int *, char *);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb