From a0b05e98a7f2cb3e59cbd4934ee2e654f9f771fc Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 16 Feb 2007 12:00:27 +0000 Subject: * intern.h: add a prototype of rb_sym_to_s(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern.h') diff --git a/intern.h b/intern.h index c4a0c2c04..d1d23ad3d 100644 --- a/intern.h +++ b/intern.h @@ -528,6 +528,7 @@ void rb_str_associate(VALUE, VALUE); VALUE rb_str_associated(VALUE); void rb_str_setter(VALUE, ID, VALUE*); VALUE rb_str_intern(VALUE); +VALUE rb_sym_to_s(VALUE); /* struct.c */ VALUE rb_struct_new(VALUE, ...); VALUE rb_struct_define(const char*, ...); -- cgit