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

Diff for /mandoc/Attic/manpath.h between version 1.2 and 1.3

version 1.2, 2011/11/24 10:43:55 version 1.3, 2011/11/24 10:44:56
Line 29  struct manpaths {
Line 29  struct manpaths {
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
 void     manpath_manconf(struct manpaths *);  void     manpath_manconf(const char *, struct manpaths *);
 void     manpath_parse(struct manpaths *, char *, char *);  void     manpath_parse(struct manpaths *, char *, char *);
 void     manpath_parseconf(struct manpaths *);  void     manpath_parseconf(struct manpaths *);
 void     manpath_parseline(struct manpaths *, char *);  void     manpath_parseline(struct manpaths *, char *);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb