summaryrefslogtreecommitdiff
path: root/internal/transcode.h
blob: 798c9265c2a49be35715e6e78599b8e3ff2cdc30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef INTERNAL_TRANSCODE_H /* -*- C -*- */
#define INTERNAL_TRANSCODE_H
/**
 * @file
 * @brief      Internal header for Encoding::Converter.
 * @author     \@shyouhei
 * @copyright  This  file  is   a  part  of  the   programming  language  Ruby.
 *             Permission  is hereby  granted,  to  either redistribute  and/or
 *             modify this file, provided that  the conditions mentioned in the
 *             file COPYING are met.  Consult the file for details.
 */

/* transcode.c */
extern VALUE rb_cEncodingConverter;
#ifdef RUBY_ENCODING_H
size_t rb_econv_memsize(rb_econv_t *);
#endif

#endif /* INTERNAL_TRANSCODE_H */