[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.12 and 1.13

version 1.12, 2018/12/30 00:48:48 version 1.13, 2018/12/31 04:55:42
Line 80 
Line 80 
 enum roff_tok     roffhash_find(struct ohash *, const char *, size_t);  enum roff_tok     roffhash_find(struct ohash *, const char *, size_t);
 void              roffhash_free(struct ohash *);  void              roffhash_free(struct ohash *);
   
   void              roff_state_reset(struct roff_man *);
 void              roff_validate(struct roff_man *);  void              roff_validate(struct roff_man *);
   
 /*  /*

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13