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

Diff for /mandoc/libman.h between version 1.77 and 1.78

version 1.77, 2015/04/23 15:35:59 version 1.78, 2015/10/22 21:54:23
Line 37  extern const struct man_macro *const man_macros;
Line 37  extern const struct man_macro *const man_macros;
 __BEGIN_DECLS  __BEGIN_DECLS
   
 int               man_hash_find(const char *);  int               man_hash_find(const char *);
 void              man_valid_post(struct roff_man *);  void              man_node_validate(struct roff_man *);
   void              man_state(struct roff_man *, struct roff_node *);
 void              man_unscope(struct roff_man *, const struct roff_node *);  void              man_unscope(struct roff_man *, const struct roff_node *);
   
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

CVSweb