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

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

version 1.4, 2011/12/12 02:00:49 version 1.5, 2011/12/13 20:56:46
Line 31  __BEGIN_DECLS
Line 31  __BEGIN_DECLS
   
 void     manpath_manconf(struct manpaths *, const char *);  void     manpath_manconf(struct manpaths *, const char *);
 void     manpath_parse(struct manpaths *, const char *, char *, char *);  void     manpath_parse(struct manpaths *, const char *, char *, char *);
 void     manpath_parseconf(struct manpaths *, const 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.4  
changed lines
  Added in v.1.5

CVSweb