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

Diff for /mandoc/man.h between version 1.36 and 1.42

version 1.36, 2010/05/26 14:03:54 version 1.42, 2010/07/31 23:52:58
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>   * Copyright (c) 2009, 2010 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
  * 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 56  enum mant {
Line 56  enum mant {
         MAN_Vb,          MAN_Vb,
         MAN_Ve,          MAN_Ve,
         MAN_AT,          MAN_AT,
           MAN_in,
         MAN_MAX          MAN_MAX
 };  };
   
Line 106  __BEGIN_DECLS
Line 107  __BEGIN_DECLS
 struct  man;  struct  man;
   
 void              man_free(struct man *);  void              man_free(struct man *);
 struct  man      *man_alloc(void *, int, mandocmsg);  struct  man      *man_alloc(struct regset *, void *, int, mandocmsg);
 void              man_reset(struct man *);  void              man_reset(struct man *);
 int               man_parseln(struct man *, int, char *, int);  int               man_parseln(struct man *, int, char *, int);
 int               man_endparse(struct man *);  int               man_endparse(struct man *);

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.42

CVSweb