summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-10 23:48:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-10 23:48:15 +0000
commit34f79a9691205244675ec471427e60f51201b26d (patch)
tree004964c4bdf417475744597b63fe945f30ae192e /include
parenta821baf4ccbe005e70064a7e36c20e008129332c (diff)
downloadruby-34f79a9691205244675ec471427e60f51201b26d.tar.gz
ruby-34f79a9691205244675ec471427e60f51201b26d.tar.xz
ruby-34f79a9691205244675ec471427e60f51201b26d.zip
* include/ruby/ruby.h (ruby_exec_node): declared.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/ruby.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index 33a35ce43..6e86cbeec 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -1135,6 +1135,7 @@ void ruby_init_stack(volatile VALUE*);
void ruby_init(void);
void *ruby_options(int, char**);
int ruby_run_node(void *);
+int ruby_exec_node(void *);
RUBY_EXTERN VALUE rb_mKernel;
RUBY_EXTERN VALUE rb_mComparable;