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

Diff for /src/usr.bin/mandoc/term.h between version 1.77 and 1.78

version 1.77, 2022/08/15 13:01:40 version 1.78, 2022/08/16 17:44:53
Line 1 
Line 1 
 /* $OpenBSD$ */  /* $OpenBSD$ */
 /*  /*
    * Copyright (c) 2011-2015,2017,2019,2022 Ingo Schwarze <schwarze@openbsd.org>
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011-2015, 2017, 2019 Ingo Schwarze <schwarze@openbsd.org>  
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 150 
Line 150 
   
 void              term_tab_set(const struct termp *, const char *);  void              term_tab_set(const struct termp *, const char *);
 void              term_tab_iset(size_t);  void              term_tab_iset(size_t);
   void              term_tab_ref(struct termp *);
 size_t            term_tab_next(size_t);  size_t            term_tab_next(size_t);
 void              term_tab_free(void);  void              term_tab_free(void);
   

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78