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

Diff for /mandoc/mandoc.h between version 1.117 and 1.118

version 1.117, 2014/03/19 22:20:43 version 1.118, 2014/03/23 11:25:26
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2012, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2010-2014 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 405  struct man;
Line 405  struct man;
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
 void             *mandoc_calloc(size_t, size_t);  
 enum mandoc_esc   mandoc_escape(const char **, const char **, int *);  enum mandoc_esc   mandoc_escape(const char **, const char **, int *);
 void             *mandoc_malloc(size_t);  
 void             *mandoc_realloc(void *, size_t);  
 char             *mandoc_strdup(const char *);  
 char             *mandoc_strndup(const char *, size_t);  
 struct mchars    *mchars_alloc(void);  struct mchars    *mchars_alloc(void);
 void              mchars_free(struct mchars *);  void              mchars_free(struct mchars *);
 char              mchars_num2char(const char *, size_t);  char              mchars_num2char(const char *, size_t);

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118

CVSweb