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

Diff for /mandoc/libman.h between version 1.72 and 1.73

version 1.72, 2015/04/18 17:01:58 version 1.73, 2015/04/18 17:28:36
Line 42  void    man_block_alloc(struct roff_man *, int, int, i
Line 42  void    man_block_alloc(struct roff_man *, int, int, i
 void              man_head_alloc(struct roff_man *, int, int, int);  void              man_head_alloc(struct roff_man *, int, int, int);
 void              man_body_alloc(struct roff_man *, int, int, int);  void              man_body_alloc(struct roff_man *, int, int, int);
 void              man_elem_alloc(struct roff_man *, int, int, int);  void              man_elem_alloc(struct roff_man *, int, int, int);
 void              man_node_delete(struct roff_man *, struct roff_node *);  
 int               man_hash_find(const char *);  int               man_hash_find(const char *);
 void              man_macroend(struct roff_man *);  void              man_macroend(struct roff_man *);
 void              man_valid_post(struct roff_man *);  void              man_valid_post(struct roff_man *);

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73

CVSweb