[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.18 and 1.19

version 1.18, 2021/10/04 14:19:14 version 1.19, 2022/05/19 15:37:47
Line 1 
Line 1 
 /* $OpenBSD$    */  /* $OpenBSD$    */
 /*  /*
  * Copyright (c) 2013-2015, 2017-2020 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2013-2015, 2017-2022 Ingo Schwarze <schwarze@openbsd.org>
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
Line 82  struct ohash  *roffhash_alloc(enum roff_tok, enum roff
Line 82  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 *);
   
   enum mandoc_esc   roff_escape(const char *, const int, const 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.18  
changed lines
  Added in v.1.19

CVSweb