[BACK]Return to roff_int.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

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

version 1.19, 2022/05/19 15:17:51 version 1.20, 2022/06/02 11:28:16
Line 83 
Line 83 
 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