2003-02-25 Dick Porter <dick@ximian.com>
[mono.git] / mono / io-layer / unicode.h
1 /*
2  * unicode.h:  unicode conversion
3  *
4  * Author:
5  *      Dick Porter (dick@ximian.com)
6  *
7  * (C) 2002 Ximian, Inc.
8  */
9
10 #ifndef _WAPI_UNICODE_H_
11 #define _WAPI_UNICODE_H_
12
13 /* This is an internal, private header file */
14
15 #include <glib.h>
16
17 extern gchar *_wapi_unicode_to_utf8 (const gunichar2 *uni);
18
19 #endif /* _WAPI_UNICODE_H_ */