From 77077c0ffdc174152534b05020111fae62ea2a17 Mon Sep 17 00:00:00 2001 From: ocean Date: Mon, 16 Feb 2004 04:41:46 +0000 Subject: * dir.c (rb_glob, rb_globi): add const. * ruby.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ruby.h') diff --git a/ruby.h b/ruby.h index dda9acc972..fd62a89294 100644 --- a/ruby.h +++ b/ruby.h @@ -468,8 +468,8 @@ struct RBignum { void rb_obj_infect _((VALUE,VALUE)); -void rb_glob _((char*,void(*)(const char*,VALUE),VALUE)); -void rb_globi _((char*,void(*)(const char*,VALUE),VALUE)); +void rb_glob _((const char*,void(*)(const char*,VALUE),VALUE)); +void rb_globi _((const char*,void(*)(const char*,VALUE),VALUE)); VALUE rb_define_class _((const char*,VALUE)); VALUE rb_define_module _((const char*)); -- cgit v1.2.3