diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-07 09:06:04 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-07 09:06:04 +0000 |
| commit | f27315cda83f66563337d94761df40ca0d025f85 (patch) | |
| tree | bf3a97521ade931d70a89399f7988dcfeeff1e4d /include/ruby | |
| parent | 764a99ace8b0716ce8371ae7716c25008233afc4 (diff) | |
| download | ruby-f27315cda83f66563337d94761df40ca0d025f85.tar.gz ruby-f27315cda83f66563337d94761df40ca0d025f85.tar.xz ruby-f27315cda83f66563337d94761df40ca0d025f85.zip | |
add a comment.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
| -rw-r--r-- | include/ruby/st.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/st.h b/include/ruby/st.h index d23f761e7..84ef72b44 100644 --- a/include/ruby/st.h +++ b/include/ruby/st.h @@ -76,7 +76,7 @@ st_table *st_init_strtable(void); st_table *st_init_strtable_with_size(int); st_table *st_init_strcasetable(void); st_table *st_init_strcasetable_with_size(int); -int st_delete(st_table *, st_data_t *, st_data_t *); +int st_delete(st_table *, st_data_t *, st_data_t *); /* returns 0:notfound 1:deleted */ 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 *); |
