summaryrefslogtreecommitdiff
path: root/include/ruby/encoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/encoding.h')
-rw-r--r--include/ruby/encoding.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h
index 6c443d6f0d..03aac871fe 100644
--- a/include/ruby/encoding.h
+++ b/include/ruby/encoding.h
@@ -217,6 +217,7 @@ typedef struct {
} rb_econv_elem_t;
typedef struct {
+ int flags;
const char *source_encoding_name;
const char *destination_encoding_name;
@@ -273,6 +274,8 @@ const char *rb_econv_stateless_encoding(const char *stateful_enc);
VALUE rb_econv_string(rb_econv_t *ec, VALUE src, long off, long len, VALUE dst, int flags);
+void rb_econv_binmode(rb_econv_t *ec);
+
/* flags for rb_econv_open */
#define ECONV_UNIVERSAL_NEWLINE_DECODER 0x100
#define ECONV_CRLF_NEWLINE_ENCODER 0x200