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

Diff for /mandoc/libman.h between version 1.4 and 1.5

version 1.4, 2009/03/25 15:17:49 version 1.5, 2009/03/25 15:36:05
Line 52  void    man_hash_free(void *);
Line 52  void    man_hash_free(void *);
 int               man_macroend(struct man *);  int               man_macroend(struct man *);
 int               man_vwarn(struct man *, int, int, const char *, ...);  int               man_vwarn(struct man *, int, int, const char *, ...);
 int               man_verr(struct man *, int, int, const char *, ...);  int               man_verr(struct man *, int, int, const char *, ...);
   int               man_valid_post(struct man *);
   int               man_action_post(struct man *);
   
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb