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

Diff for /mandoc/libman.h between version 1.2 and 1.3

version 1.2, 2009/03/23 15:20:51 version 1.3, 2009/03/23 15:41:09
Line 47  int    man_macro(struct man *, int, 
Line 47  int    man_macro(struct man *, int, 
                         int, int, int *, char *);                          int, int, int *, char *);
 int               man_hash_find(const void *, const char *);  int               man_hash_find(const void *, const char *);
 void              man_hash_free(void *);  void              man_hash_free(void *);
   int               man_macroend(struct man *);
   
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb