[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.4 and 1.5

version 1.4, 2017/02/10 15:44:31 version 1.5, 2017/07/01 09:47:23
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$ */
 /*  /*
  * 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 47 
Line 47 
 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.4  
changed lines
  Added in v.1.5