unicode.h

00001 #ifndef __MTP__UNICODE__H
00002 #define __MTP__UNICODE__H
00003 
00004 #include "config.h"
00005 
00006 void unicode_init(LIBMTP_mtpdevice_t*);
00007 void unicode_deinit(LIBMTP_mtpdevice_t*);
00008 int ucs2_strlen(uint16_t const * const);
00009 char *utf16_to_utf8(LIBMTP_mtpdevice_t*,const uint16_t*);
00010 
00011 #endif /* __MTP__UNICODE__H */

Generated on Tue Sep 12 03:22:55 2006 for libmtp by  doxygen 1.4.7