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

version 1.12, 2018/12/30 00:49:56 version 1.13, 2018/12/31 04:55:47
Line 80  struct ohash  *roffhash_alloc(enum roff_tok, enum roff
Line 80  struct ohash  *roffhash_alloc(enum roff_tok, enum roff
 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

CVSweb