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

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

version 1.71, 2015/04/18 16:06:39 version 1.72, 2015/04/18 17:01:58
Line 43  void    man_head_alloc(struct roff_man *, int, int, in
Line 43  void    man_head_alloc(struct roff_man *, int, int, in
 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 *);  void              man_node_delete(struct roff_man *, struct roff_node *);
 void              man_hash_init(void);  
 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.71  
changed lines
  Added in v.1.72

CVSweb