From 869b1efeb4eea77338863faff98da2432acb4b5d Mon Sep 17 00:00:00 2001 From: eban Date: Mon, 29 May 2000 02:10:22 +0000 Subject: see ChangeLog. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ruby.h') diff --git a/ruby.h b/ruby.h index 82d1db83b9..e208c7a113 100644 --- a/ruby.h +++ b/ruby.h @@ -389,6 +389,8 @@ void xfree _((void*)); #define MEMCPY(p1,p2,type,n) memcpy((p1), (p2), sizeof(type)*(n)) #define MEMMOVE(p1,p2,type,n) memmove((p1), (p2), sizeof(type)*(n)) +void rb_glob _((char*,void(*)(),VALUE)); + VALUE rb_define_class _((const char*,VALUE)); VALUE rb_define_module _((const char*)); VALUE rb_define_class_under _((VALUE, const char*, VALUE)); -- cgit v1.2.3