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

Diff for /mandoc/manconf.h between version 1.1 and 1.5

version 1.1, 2015/03/27 17:37:25 version 1.5, 2017/07/01 09:47:30
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2011, 2015 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2011, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
  * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
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 42  struct manconf {
Line 43  struct manconf {
         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 *);  int      manconf_output(struct manoutput *, const char *, int);
 void     manconf_free(struct manconf *);  void     manconf_free(struct manconf *);
   void     manpath_base(struct manpaths *);
 __END_DECLS  

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

CVSweb