summaryrefslogtreecommitdiff
path: root/include/ruby/st.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-09 04:10:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-09 04:10:42 +0000
commit78ab4258ff3836ac40a8d5df00156bfe3bb1d638 (patch)
treebeb726ffa5258cb4a223dcc1fe98c26b7ace5fcc /include/ruby/st.h
parentfb532ac7a99c7b7360921595f45b9f478c13637e (diff)
* st.c (st_free_table): constified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby/st.h')
-rw-r--r--include/ruby/st.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/st.h b/include/ruby/st.h
index f9c572e10c..412a0129c7 100644
--- a/include/ruby/st.h
+++ b/include/ruby/st.h
@@ -107,7 +107,7 @@ int st_numcmp(st_data_t, st_data_t);
st_index_t st_numhash(st_data_t);
int st_strcasecmp(const char *s1, const char *s2);
int st_strncasecmp(const char *s1, const char *s2, size_t n);
-size_t st_memsize(st_table *);
+size_t st_memsize(const st_table *);
#if defined(__cplusplus)
#if 0