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

Diff for /mandoc/roff_int.h between version 1.19 and 1.20

version 1.19, 2022/05/19 15:37:47 version 1.20, 2022/06/02 11:29:07
Line 83  enum roff_tok   roffhash_find(struct ohash *, const ch
Line 83  enum roff_tok   roffhash_find(struct ohash *, const ch
 void              roffhash_free(struct ohash *);  void              roffhash_free(struct ohash *);
   
 enum mandoc_esc   roff_escape(const char *, const int, const int,  enum mandoc_esc   roff_escape(const char *, const int, const int,
                         int *, int *, int *, int *);                          int *, int *, int *, int *, int *);
 void              roff_state_reset(struct roff_man *);  void              roff_state_reset(struct roff_man *);
 void              roff_validate(struct roff_man *);  void              roff_validate(struct roff_man *);
   

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb