summaryrefslogtreecommitdiffstats
path: root/include/ruby/encoding.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-26 00:30:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-26 00:30:28 +0000
commit161fe52c16a68e38d3d4e357459b2dadd72b2148 (patch)
treec02b2523610fa967628b98baad83df4d2d9daba5 /include/ruby/encoding.h
parent363879668437b3beea6241165204868ed50ce270 (diff)
downloadruby-161fe52c16a68e38d3d4e357459b2dadd72b2148.tar.gz
ruby-161fe52c16a68e38d3d4e357459b2dadd72b2148.tar.xz
ruby-161fe52c16a68e38d3d4e357459b2dadd72b2148.zip
* include/ruby/encoding.h (rb_usascii_encindex): added prototype.
* include/ruby/intern.h (rb_usascii_str_new, rb_usascii_str_new2): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby/encoding.h')
-rw-r--r--include/ruby/encoding.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h
index 76ce8597d..bebf13bb4 100644
--- a/include/ruby/encoding.h
+++ b/include/ruby/encoding.h
@@ -163,6 +163,7 @@ rb_encoding *rb_utf8_encoding(void);
rb_encoding *rb_usascii_encoding(void);
rb_encoding *rb_locale_encoding(void);
rb_encoding *rb_default_external_encoding(void);
+int rb_usascii_encindex(void);
VALUE rb_enc_default_external(void);
void rb_enc_set_default_external(VALUE encoding);
VALUE rb_locale_charmap(VALUE klass);