root/ext/mbstring/libmbfl/filters/mbfilter_iso8859_16.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /*
   2  * COPYRIGHT NOTICE
   3  *
   4  * This file is a portion of "streamable kanji code filter and converter"
   5  * library, which is distributed under GNU Lesser General Public License
   6  * version 2.1.
   7  *
   8  */
   9 
  10 #ifndef MBFL_MBFILTER_ISO8859_16_H
  11 #define MBFL_MBFILTER_ISO8859_16_H
  12 
  13 #include "mbfilter.h"
  14 
  15 extern const mbfl_encoding mbfl_encoding_8859_16;
  16 extern const struct mbfl_identify_vtbl vtbl_identify_8859_16;
  17 extern const struct mbfl_convert_vtbl vtbl_8859_16_wchar;
  18 extern const struct mbfl_convert_vtbl vtbl_wchar_8859_16;
  19 
  20 int mbfl_filt_conv_8859_16_wchar(int c, mbfl_convert_filter *filter);
  21 int mbfl_filt_conv_wchar_8859_16(int c, mbfl_convert_filter *filter);
  22 
  23 #endif /* MBFL_MBFILTER_ISO8859_16_H */

/* [<][>][^][v][top][bottom][index][help] */