summaryrefslogtreecommitdiffstats
path: root/intern.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-09-05 22:31:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-09-05 22:31:07 +0000
commit2a41bc04892ef92bdfa404f43d55b9c1fa908e3e (patch)
tree0ee0ed7f4c7d2df2ff1a2a4f7519bec2225c95aa /intern.h
parentc4d73f4c2c4d86c93d31c248c968db1f1edb30f7 (diff)
downloadruby-2a41bc04892ef92bdfa404f43d55b9c1fa908e3e.tar.gz
ruby-2a41bc04892ef92bdfa404f43d55b9c1fa908e3e.tar.xz
ruby-2a41bc04892ef92bdfa404f43d55b9c1fa908e3e.zip
* file.c (rb_find_file_ext): add const qualifiers to ext.
* intern.h (rb_find_file_ext): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
-rw-r--r--intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern.h b/intern.h
index 31bc5a049..0fcdf5ac2 100644
--- a/intern.h
+++ b/intern.h
@@ -185,7 +185,7 @@ void rb_thread_atfork _((void));
int eaccess _((const char*, int));
VALUE rb_file_s_expand_path _((int, VALUE *));
void rb_file_const _((const char*, VALUE));
-int rb_find_file_ext _((VALUE*, char**));
+int rb_find_file_ext _((VALUE*, const char* const*));
VALUE rb_find_file _((VALUE));
/* gc.c */
void rb_gc_mark_locations _((VALUE*, VALUE*));