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

Diff for /mandoc/libman.h between version 1.75 and 1.76

version 1.75, 2015/04/19 14:25:41 version 1.76, 2015/04/19 14:57:38
Line 36  extern const struct man_macro *const man_macros;
Line 36  extern const struct man_macro *const man_macros;
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
 void              man_block_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 *);
 void              man_valid_post(struct roff_man *);  void              man_valid_post(struct roff_man *);

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

CVSweb