summaryrefslogtreecommitdiffstats
path: root/intern.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-04 07:04:42 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-04 07:04:42 +0000
commit99ca8ec977169b3c2eb69908de3682887abfdf29 (patch)
tree1f49a98fb0a327f549b43744726c470e33b4ee90 /intern.h
parent89556046079b889599f4173a99658bd85d018579 (diff)
downloadruby-99ca8ec977169b3c2eb69908de3682887abfdf29.tar.gz
ruby-99ca8ec977169b3c2eb69908de3682887abfdf29.tar.xz
ruby-99ca8ec977169b3c2eb69908de3682887abfdf29.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
-rw-r--r--intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern.h b/intern.h
index d0938df5e..8f1a78ba9 100644
--- a/intern.h
+++ b/intern.h
@@ -186,6 +186,7 @@ VALUE rb_hash_new _((void));
VALUE rb_hash_freeze _((VALUE));
VALUE rb_hash_aref _((VALUE, VALUE));
VALUE rb_hash_aset _((VALUE, VALUE, VALUE));
+VALUE rb_hash_delete_if _((VALUE));
int rb_path_check _((char *));
int rb_env_path_tainted _((void));
/* io.c */