summaryrefslogtreecommitdiff
path: root/ruby.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-05 12:28:38 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-05 12:28:38 +0000
commit48002b881e49ff76f869e0f383fd5419cbca9af3 (patch)
tree1809ab72c8350c5204dc9c9bb536f21569d5340f /ruby.h
parent025cfde57d14b12504595130cb1b222372881143 (diff)
* ruby.h: add a prototype of rb_id2str().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.h')
-rw-r--r--ruby.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby.h b/ruby.h
index 6c76c70a79..179a1ea15c 100644
--- a/ruby.h
+++ b/ruby.h
@@ -596,6 +596,7 @@ ID rb_intern(const char*);
ID rb_intern2(const char*, long);
const char *rb_id2name(ID);
ID rb_to_id(VALUE);
+VALUE rb_id2str(ID);
char *rb_class2name(VALUE);
char *rb_obj_classname(VALUE);