mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
16 lines
278 B
C
16 lines
278 B
C
/*
|
|
* Summary: Unicode character APIs
|
|
* Description: API for the Unicode character APIs
|
|
*
|
|
* Deprecated, don't use.
|
|
*/
|
|
|
|
#ifndef __XML_UNICODE_H__
|
|
#define __XML_UNICODE_H__
|
|
|
|
#ifdef __GNUC__
|
|
#warning "libxml/xmlunicode.h is deprecated"
|
|
#endif
|
|
|
|
#endif /* __XML_UNICODE_H__ */
|