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

Diff for /mandoc/main.c between version 1.269 and 1.270

version 1.269, 2016/07/12 05:18:38 version 1.270, 2016/07/15 18:03:45
Line 87  struct curparse {
Line 87  struct curparse {
         struct manoutput *outopts;      /* output options */          struct manoutput *outopts;      /* output options */
 };  };
   
   
   int                       mandocdb(int, char *[]);
   
 static  int               fs_lookup(const struct manpaths *,  static  int               fs_lookup(const struct manpaths *,
                                 size_t ipath, const char *,                                  size_t ipath, const char *,
                                 const char *, const char *,                                  const char *, const char *,

Legend:
Removed from v.1.269  
changed lines
  Added in v.1.270

CVSweb