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

Diff for /mandoc/libmdoc.h between version 1.112 and 1.113

version 1.112, 2017/05/30 16:22:03 version 1.113, 2018/08/17 20:33:37
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 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2013,2014,2015,2017,2018 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 59  enum mdelim {
Line 59  enum mdelim {
         DELIM_MAX          DELIM_MAX
 };  };
   
 extern  const struct mdoc_macro *const mdoc_macros;  const struct mdoc_macro *mdoc_macro(enum roff_tok);
   
   
 void              mdoc_macro(MACRO_PROT_ARGS);  
 void              mdoc_elem_alloc(struct roff_man *, int, int,  void              mdoc_elem_alloc(struct roff_man *, int, int,
                         enum roff_tok, struct mdoc_arg *);                          enum roff_tok, struct mdoc_arg *);
 struct roff_node *mdoc_block_alloc(struct roff_man *, int, int,  struct roff_node *mdoc_block_alloc(struct roff_man *, int, int,

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113

CVSweb