16 lines
341 B
C
16 lines
341 B
C
#ifndef __ICONVTC_H__
|
|
#define __ICONVTC_H__
|
|
#ifdef TIDY_ICONV_SUPPORT
|
|
|
|
/* iconvtc.h -- Interface to iconv transcoding routines
|
|
|
|
(c) 1998-2003 (W3C) MIT, ERCIM, Keio University
|
|
See tidy.h for the copyright notice.
|
|
|
|
$Id: iconvtc.h,v 1.1 2003/04/28 22:59:41 hoehrmann Exp $
|
|
*/
|
|
|
|
|
|
#endif /* TIDY_ICONV_SUPPORT */
|
|
#endif /* __ICONVTC_H__ */
|