[BACK]Return to manconf.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/manconf.h between version 1.1 and 1.2

version 1.1, 2015/03/27 17:36:56 version 1.2, 2015/11/07 13:57:55
Line 42 
Line 42 
         struct manpaths           manpath;          struct manpaths           manpath;
 };  };
   
 __BEGIN_DECLS  
   
 void     manconf_parse(struct manconf *, const char *, char *, char *);  void     manconf_parse(struct manconf *, const char *, char *, char *);
 void     manconf_output(struct manoutput *, const char *);  void     manconf_output(struct manoutput *, const char *);
 void     manconf_free(struct manconf *);  void     manconf_free(struct manconf *);
   
 __END_DECLS  

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