[BACK]Return to chars.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/Attic/chars.h between version 1.4 and 1.5

version 1.4, 2010/05/26 02:39:58 version 1.5, 2010/07/25 18:05:54
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>   * Copyright (c) 2008, 2009, 2010 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 25 
Line 25 
 };  };
   
 void             *chars_init(enum chars);  void             *chars_init(enum chars);
 const char       *chars_a2ascii(void *, const char *, size_t, size_t *);  const char       *chars_spec2str(void *, const char *, size_t, size_t *);
 const char       *chars_a2res(void *, const char *, size_t, size_t *);  int               chars_spec2cp(void *, const char *, size_t);
   const char       *chars_res2str(void *, const char *, size_t, size_t *);
   int               chars_res2cp(void *, const char *, size_t);
 void              chars_free(void *);  void              chars_free(void *);
   
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5