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

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

version 1.3, 2011/11/24 10:44:56 version 1.4, 2011/12/12 02:00:49
Line 29  struct manpaths {
Line 29  struct manpaths {
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
 void     manpath_manconf(const char *, struct manpaths *);  void     manpath_manconf(struct manpaths *, const char *);
 void     manpath_parse(struct manpaths *, char *, char *);  void     manpath_parse(struct manpaths *, const char *, char *, char *);
 void     manpath_parseconf(struct manpaths *);  void     manpath_parseconf(struct manpaths *, const char *);
 void     manpath_parseline(struct manpaths *, char *);  void     manpath_parseline(struct manpaths *, char *);
 void     manpath_free(struct manpaths *);  void     manpath_free(struct manpaths *);
   

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

CVSweb