/[public]/psiconv/trunk/lib/psiconv/common.h
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/common.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 71 Revision 72
30extern "C" { 30extern "C" {
31#endif /* __cplusplus */ 31#endif /* __cplusplus */
32 32
33typedef psiconv_list psiconv_buffer; /* of u8 */ 33typedef psiconv_list psiconv_buffer; /* of u8 */
34 34
35#define psiconv_new_buffer() psiconv_list_new(sizeof(psiconv_u8))
36#define psiconv_free_buffer(buf) psiconv_list_free(buf)
37
35/* *************** 38/* ***************
36 * misc.c * 39 * misc.c *
37 *************** */ 40 *************** */
38 41
39/* This function returns a copy of a string, that contains no ASCII codes 42/* This function returns a copy of a string, that contains no ASCII codes

Legend:
Removed from v.71  
changed lines
  Added in v.72

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26