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

Diff for /mandoc/manconf.h between version 1.2 and 1.4

version 1.2, 2015/11/07 14:01:16 version 1.4, 2017/02/10 15:45:28
Line 35  struct manoutput {
Line 35  struct manoutput {
         int       fragment;          int       fragment;
         int       mdoc;          int       mdoc;
         int       synopsisonly;          int       synopsisonly;
           int       noval;
 };  };
   
 struct  manconf {  struct  manconf {
Line 44  struct manconf {
Line 45  struct manconf {
   
   
 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 *);  int      manconf_output(struct manoutput *, const char *, int);
 void     manconf_free(struct manconf *);  void     manconf_free(struct manconf *);

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

CVSweb