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

Diff for /mandoc/mandoc.h between version 1.266 and 1.267

version 1.266, 2020/01/19 18:02:00 version 1.267, 2020/04/03 11:35:01
Line 1 
Line 1 
 /*      $Id$ */  /* $Id$ */
 /*  /*
  * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>  
  * Copyright (c) 2012-2020 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2012-2020 Ingo Schwarze <schwarze@openbsd.org>
    * Copyright (c) 2010, 2011, 2014 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
  * 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 16 
Line 16 
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *   *
  * Error handling, escape sequence, and character utilities.   * Error handling, escape sequence, and character utilities.
    * Can be used by all code in the mandoc package.
  */   */
   
 #define ASCII_NBRSP      31  /* non-breaking space */  #define ASCII_NBRSP      31  /* non-breaking space */
Line 299  enum mandoc_esc {
Line 300  enum mandoc_esc {
 };  };
   
   
 enum mandoc_esc   mandoc_font(const char *, int sz);  enum mandoc_esc   mandoc_font(const char *, int);
 enum mandoc_esc   mandoc_escape(const char **, const char **, int *);  enum mandoc_esc   mandoc_escape(const char **, const char **, int *);
 void              mandoc_msg_setoutfile(FILE *);  void              mandoc_msg_setoutfile(FILE *);
 const char       *mandoc_msg_getinfilename(void);  const char       *mandoc_msg_getinfilename(void);

Legend:
Removed from v.1.266  
changed lines
  Added in v.1.267

CVSweb