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

Diff for /mandoc/Attic/manpath.h between version 1.1 and 1.5

version 1.1, 2011/11/23 09:47:38 version 1.5, 2011/12/13 20:56:46
Line 29  struct manpaths {
Line 29  struct manpaths {
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
 void     manpath_parse(struct manpaths *, char *, char *);  void     manpath_manconf(struct manpaths *, const char *);
 void     manpath_parseconf(struct manpaths *);  void     manpath_parse(struct manpaths *, const char *, char *, char *);
 void     manpath_parseline(struct manpaths *, char *);  
 void     manpath_free(struct manpaths *);  void     manpath_free(struct manpaths *);
   
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

CVSweb