From 1338dcea730a2722cb8175baeb882ffcf3dfe7c2 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 8 Feb 2005 00:51:16 +0000 Subject: * lib/cgi.rb (CGI::Cookie): [ruby-talk:130040] * object.c: [ruby-doc:818] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- st.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st.h') diff --git a/st.h b/st.h index bc12624b9..5901bd4f8 100644 --- a/st.h +++ b/st.h @@ -48,7 +48,7 @@ int st_delete _((st_table *, st_data_t *, st_data_t *)); int st_delete_safe _((st_table *, st_data_t *, st_data_t *, st_data_t)); int st_insert _((st_table *, st_data_t, st_data_t)); int st_lookup _((st_table *, st_data_t, st_data_t *)); -void st_foreach _((st_table *, int (*)(ANYARGS), st_data_t)); +int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t)); void st_add_direct _((st_table *, st_data_t, st_data_t)); void st_free_table _((st_table *)); void st_cleanup_safe _((st_table *, st_data_t)); -- cgit