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

Diff for /mandoc/manconf.h between version 1.3 and 1.6

version 1.3, 2017/01/27 13:47:10 version 1.6, 2018/10/02 14:56:47
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 34  struct manoutput {
Line 34  struct manoutput {
         size_t    width;          size_t    width;
         int       fragment;          int       fragment;
         int       mdoc;          int       mdoc;
           int       noval;
         int       synopsisonly;          int       synopsisonly;
           int       toc;
 };  };
   
 struct  manconf {  struct  manconf {
Line 46  struct manconf {
Line 48  struct manconf {
 void     manconf_parse(struct manconf *, const char *, char *, char *);  void     manconf_parse(struct manconf *, const char *, char *, char *);
 int      manconf_output(struct manoutput *, const char *, int);  int      manconf_output(struct manoutput *, const char *, int);
 void     manconf_free(struct manconf *);  void     manconf_free(struct manconf *);
   void     manpath_base(struct manpaths *);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.6

CVSweb