[BACK]Return to libman.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/libman.h between version 1.48 and 1.49

version 1.48, 2015/04/18 17:28:08 version 1.49, 2015/04/19 13:50:10
Line 39 
Line 39 
 void              man_word_alloc(struct roff_man *, int, int, const char *);  void              man_word_alloc(struct roff_man *, int, int, const char *);
 void              man_word_append(struct roff_man *, const char *);  void              man_word_append(struct roff_man *, const char *);
 void              man_block_alloc(struct roff_man *, int, int, int);  void              man_block_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_elem_alloc(struct roff_man *, int, int, int);  void              man_elem_alloc(struct roff_man *, int, int, int);
 int               man_hash_find(const char *);  int               man_hash_find(const char *);
 void              man_macroend(struct roff_man *);  void              man_macroend(struct roff_man *);

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49