Print this page
9718 update mandoc to 1.14.4

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mandoc/libmandoc.h
          +++ new/usr/src/cmd/mandoc/libmandoc.h
   1      -/*      $Id: libmandoc.h,v 1.70 2017/07/08 17:52:49 schwarze Exp $ */
        1 +/*      $Id: libmandoc.h,v 1.71 2018/04/09 22:27:04 schwarze Exp $ */
   2    2  /*
   3    3   * Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
   4    4   * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
   5    5   *
   6    6   * Permission to use, copy, modify, and distribute this software for any
   7    7   * purpose with or without fee is hereby granted, provided that the above
   8    8   * copyright notice and this permission notice appear in all copies.
   9    9   *
  10   10   * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
  11   11   * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
↓ open down ↓ 47 lines elided ↑ open up ↑
  59   59  void             roff_free(struct roff *);
  60   60  struct roff     *roff_alloc(struct mparse *, int);
  61   61  void             roff_reset(struct roff *);
  62   62  void             roff_man_free(struct roff_man *);
  63   63  struct roff_man *roff_man_alloc(struct roff *, struct mparse *,
  64   64                          const char *, int);
  65   65  void             roff_man_reset(struct roff_man *);
  66   66  enum rofferr     roff_parseln(struct roff *, int, struct buf *, int *);
  67   67  void             roff_endparse(struct roff *);
  68   68  void             roff_setreg(struct roff *, const char *, int, char sign);
  69      -int              roff_getreg(const struct roff *, const char *);
       69 +int              roff_getreg(struct roff *, const char *);
  70   70  char            *roff_strdup(const struct roff *, const char *);
  71   71  int              roff_getcontrol(const struct roff *,
  72   72                          const char *, int *);
  73   73  int              roff_getformat(const struct roff *);
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX