[BACK]Return to roff.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/roff.h between version 1.68 and 1.69

version 1.68, 2018/12/31 08:18:12 version 1.69, 2019/03/04 13:01:57
Line 1 
Line 1 
 /*      $Id$    */  /*      $Id$    */
 /*  /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2013-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 548  struct roff_meta {
Line 548  struct roff_meta {
 extern  const char *const *roff_name;  extern  const char *const *roff_name;
   
   
   int              arch_valid(const char *, enum mandoc_os);
 void             deroff(char **, const struct roff_node *);  void             deroff(char **, const struct roff_node *);

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

CVSweb