From 79096829406349429b32054133ab178d55ed84f1 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 4 Jul 2000 07:04:42 +0000 Subject: matz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern.h') diff --git a/intern.h b/intern.h index d0938df5e1..8f1a78ba94 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 */ -- cgit v1.2.3