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

Diff for /mandoc/man.h between version 1.62 and 1.63

version 1.62, 2013/10/17 20:54:58 version 1.63, 2014/03/23 12:26:58
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
    * Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 111  struct man;
Line 112  struct man;
 const struct man_node *man_node(const struct man *);  const struct man_node *man_node(const struct man *);
 const struct man_meta *man_meta(const struct man *);  const struct man_meta *man_meta(const struct man *);
 const struct mparse   *man_mparse(const struct man *);  const struct mparse   *man_mparse(const struct man *);
   void man_deroff(char **, const struct man_node *);
   
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

CVSweb